decode_bit_reader_BrotliBitReader

decode_bit_reader_BrotliBitReader

Overview

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

This class provides 1 method for working with decode_bit_reader_BrotliBitReader 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: bit_end_pos_, bit_pos_, buf_, buf_off, buf_ptr_, buf_ptr_off, and 6 more.

Properties

NameTypeAccessDescription
tmp_bytes_read_``ReadGets the tmp bytes read .
finish_``ReadGets the finish .
input_``ReadGets the input .
buf_ptr_off``ReadGets the buf ptr off.
buf_ptr_``ReadGets the buf ptr .
eos_``ReadGets the eos .
bit_end_pos_``ReadGets the bit end pos .
bit_pos_``ReadGets the bit pos .
pos_``ReadGets the pos .
val_``ReadGets the val .
buf_off``ReadGets the buf off.
buf_``ReadGets the buf .

Methods

SignatureDescription
__init__()Calls init on this decode_bit_reader_BrotliBitReader instance.

See Also