Skip to main content

FileBinaryRead

You can use this class to read binary data, receiving bytes.

Constructor

Signature

def FileBinaryRead() - > null

Signature

def FileBinaryRead(
raw: io.RawIOBase,
buffer_size: int = DEFAULT_BUFFER_SIZE
) - > null

Parameters

NameTypeDescription
rawio.RawIOBaseThe underlying raw binary stream to be buffered
buffer_sizeint = DEFAULT_BUFFER_SIZEThe size of the internal buffer in bytes used to optimize read operations