ID EN
IO

RawIOBase

Python 3.11

Base class for raw binary streams. It inherits from IOBase.

Syntax

PYTHON
class io.RawIOBase

See Also

IOBase RawIOBase IOBase readall() readinto() bytes-like object bytearray bytes-like object