ID EN
IO

BufferedRWPair

Python 3.11

A buffered binary stream providing higher-level access to two non seekable RawIOBase raw binary streams—one readable, the other writeable. It inherits from BufferedIOBase.

Syntax

PYTHON
class io.BufferedRWPair(reader, writer, buffer_size=DEFAULT_BUFFER_SIZE, /)

See Also

RawIOBase BufferedIOBase RawIOBase DEFAULT_BUFFER_SIZE BufferedRWPair BufferedIOBase detach() UnsupportedOperation