encode_streams_BrotliMemIn
Overview
encode_streams_BrotliMemIn is a class in Aspose.Font FOSS for Python.
This class provides 4 methods for working with encode_streams_BrotliMemIn objects in Python programs.
Available methods include: Read, Reset, __init__, position.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: buf_, len_, pos_.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
buf_ | `` | Read | Gets the buf . |
len_ | `` | Read | Gets the len . |
pos_ | `` | Read | Gets the pos . |
Methods
| Signature | Description |
|---|---|
__init__(buf, _hx_len) | Calls init on this encode_streams_BrotliMemIn instance. |
position() | Returns the current read position within the memory buffer |
Reset(buf, _hx_len) | Reinitializes the stream with a new buffer and its length |
Read(n, output) | Reads up to n bytes from the buffer into the output array |