encode_brotli_bit_stream_BlockSplitCode

encode_brotli_bit_stream_BlockSplitCode

Overview

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

This class provides 1 method for working with encode_brotli_bit_stream_BlockSplitCode 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: length_bits, length_depths, length_extra, length_nextra, length_prefix, type_bits, and 2 more.

Properties

NameTypeAccessDescription
length_bits``ReadGets the length bits.
length_depths``ReadGets the length depths.
type_bits``ReadGets the type bits.
type_depths``ReadGets the type depths.
length_extra``ReadGets the length extra.
length_nextra``ReadGets the length nextra.
length_prefix``ReadGets the length prefix.
type_code``ReadGets the type code.

Methods

SignatureDescription
__init__()Calls init on this encode_brotli_bit_stream_BlockSplitCode instance.

See Also