read_all_bytes(s = current_reader(), bufsize = 1024)
Return an unsigned byte array with all the remaining bytes from the binary
input stream s
. The bytes are read as chunks of size bufsize
.
If there are no more bytes in the stream, return the eof object.