encode_brotli_bit_stream_BlockEncoder

encode_brotli_bit_stream_BlockEncoder

Overview

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

Properties

NameTypeAccessDescription
bits_``Read
depths_``Read
block_split_code_``Read
alphabet_size_``Read
num_block_types_``Read
block_types_``Read
block_lengths_``Read
block_ix_``Read
block_len_``Read
entropy_ix_``Read

Methods

SignatureDescription
__init__(alphabet_size, num_block_types, block_types, block_lengths)
BuildAndStoreBlockSwitchEntropyCodes(storage_ix, storage)
BuildAndStoreEntropyCodes(histograms, storage_ix, storage)
StoreSymbol(symbol, storage_ix, storage)
StoreSymbolWithContext(kContextBits, symbol, context, context_map, storage_ix, storage)