encode_encode_BrotliCompressor

encode_encode_BrotliCompressor

Overview

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

Properties

NameTypeAccessDescription
storage_``Read
last_byte_bits_``Read
last_byte_``Read
commands_``Read
cmd_buffer_size_``Read
literal_cost_mask_``Read
literal_cost_``Read
ringbuffer_``Read
hash_type_``Read
max_backward_distance_``Read
saved_dist_cache_``Read
dist_cache_``Read
params_``Read
hashers_``Read
input_pos_``Read
num_commands_``Read
num_literals_``Read
last_insert_len_``Read
last_flush_pos_``Read
last_processed_pos_``Read
prev_byte_``Read
prev_byte2_``Read
storage_size_``Read

Methods

SignatureDescription
__init__(params)
GetBrotliStorage(size)
input_block_size()
CopyInputToRingBuffer(input_size, input_buffer)
BrotliSetCustomDictionary(size, _hx_dict)
WriteBrotliData(is_last, force_flush, out_size, output)
WriteMetaBlockInternal(is_last, utf8_mode, out_size, output)