encode_streams_BrotliMemOut
Overview
encode_streams_BrotliMemOut is a class in Aspose.Font FOSS for Python.
This class provides 4 methods for working with encode_streams_BrotliMemOut objects in Python programs.
Available methods include: Reset, Write, __init__, position.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: buf_, pos_.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
buf_ | `` | Read | Gets the buf . |
pos_ | `` | Read | Gets the pos . |
Methods
| Signature | Description |
|---|---|
__init__(buf) | Calls init on this encode_streams_BrotliMemOut instance. |
position() | Returns the current write position in the output buffer |
Reset(buf, _hx_len) | Calls Reset on this encode_streams_BrotliMemOut instance. |
Write(buf, n) | ` writes n bytes from a memory buffer to a Brotli‑compressed output stream |