encode_streams_BrotliMemIn

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

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

Methods

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

See Also