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.
n
s
Core Module Index | Contents