read_byte


read_byte(s = current_reader())
      

Return the next byte from the input stream s. If there are no more bytes in the stream, return the eof object.

Also see:

read_n_bytes
read_all_bytes
read_char


Core Module Index | Contents