encode_streams_BrotliMemOut

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

NameTypeAccessDescription
buf_``ReadGets the buf .
pos_``ReadGets the pos .

Methods

SignatureDescription
__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

See Also