A buffered binary stream providing higher-level access to a readable, non seekable RawIOBase raw binary stream. It inherits from BufferedIOBase.
class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE)