read_all_bytes


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.

Also see:

read_all
read_byte
read_n_bytes
read_char


Core Module Index | Contents