decode_streams_BrotliMemInput

decode_streams_BrotliMemInput

Overview

decode_streams_BrotliMemInput is a class in Aspose.Font FOSS for Python.

This class provides 1 method for working with decode_streams_BrotliMemInput objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: buffer, length, pos.

Properties

NameTypeAccessDescription
pos``ReadGets the pos.
length``ReadGets the length.
buffer``ReadGets the buffer.

Methods

SignatureDescription
__init__()Calls init on this decode_streams_BrotliMemInput instance.

See Also