read_n_bytes


read_n_bytes(n, s = current_reader())
      

Return an unsigned byte array containing the next n bytes from the binary input stream s. If there are no more bytes in the stream, return the eof object.

Also see:

read_byte
read_all_bytes
read_char


Core Module Index | Contents