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
| Name | Type | Description |
|---|---|---|
| raw | io.RawIOBase | The underlying raw binary stream to be buffered |
| buffer_size | int = DEFAULT_BUFFER_SIZE | The size of the internal buffer in bytes used to optimize read operations |