decode_state_BrotliState

decode_state_BrotliState

Overview

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

This class provides 1 method for working with decode_state_BrotliState 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: block_len_trees, block_length, block_type, block_type_rb, block_type_rb_index, block_type_trees, and 84 more.

Properties

NameTypeAccessDescription
custom_dict_size``ReadGets the custom dict size.
custom_dict_off``ReadGets the custom dict off.
custom_dict``ReadGets the custom dict.
context_map_table``ReadGets the context map table.
max_run_length_prefix``ReadGets the max run length prefix.
context_index``ReadGets the context index.
next_off``ReadGets the next off.
next``ReadGets the next.
htree_index``ReadGets the htree index.
code_lengths_off``ReadGets the code lengths off.
code_lengths``ReadGets the code lengths.
simple_code_or_skip``ReadGets the simple code or skip.
space``ReadGets the space.
repeat_code_len``ReadGets the repeat code len.
repeat``ReadGets the repeat.
prev_code_len``ReadGets the prev code len.
symbol``ReadGets the symbol.
htrees_decoded``ReadGets the htrees decoded.
partially_written``ReadGets the partially written.
nbytes``ReadGets the nbytes.
copy_dst_off``ReadGets the copy dst off.
copy_dst``ReadGets the copy dst.
copy_src_off``ReadGets the copy src off.
copy_src``ReadGets the copy src.
distance``ReadGets the distance.
distance_code``ReadGets the distance code.
copy_length``ReadGets the copy length.
insert_length``ReadGets the insert length.
copy_code``ReadGets the copy code.
insert_code``ReadGets the insert code.
range_idx``ReadGets the range idx.
cmd_code``ReadGets the cmd code.
htree_command_off``ReadGets the htree command off.
htree_command``ReadGets the htree command.
context_mode``ReadGets the context mode.
context_lookup_offset2``ReadGets the context lookup offset2.
context_lookup_offset1``ReadGets the context lookup offset1.
dist_htree_index``ReadGets the dist htree index.
dist_context_map_slice_off``ReadGets the dist context map slice off.
dist_context_map_slice``ReadGets the dist context map slice.
dist_context_offset``ReadGets the dist context offset.
literal_htree_index``ReadGets the literal htree index.
context_map_slice_off``ReadGets the context map slice off.
context_map_slice``ReadGets the context map slice.
context_offset``ReadGets the context offset.
num_dist_htrees``ReadGets the num dist htrees.
dist_context_map_off``ReadGets the dist context map off.
dist_context_map``ReadGets the dist context map.
num_literal_htrees``ReadGets the num literal htrees.
context_modes_off``ReadGets the context modes off.
context_modes``ReadGets the context modes.
context_map_off``ReadGets the context map off.
context_map``ReadGets the context map.
num_distance_codes``ReadGets the num distance codes.
distance_postfix_mask``ReadGets the distance postfix mask.
num_direct_distance_codes``ReadGets the num direct distance codes.
distance_postfix_bits``ReadGets the distance postfix bits.
is_uncompressed``ReadGets the is uncompressed.
is_metadata``ReadGets the is metadata.
meta_block_remaining_len``ReadGets the meta block remaining len.
trivial_literal_context``ReadGets the trivial literal context.
loop_counter``ReadGets the loop counter.
block_len_trees``ReadGets the block len trees.
block_type_trees``ReadGets the block type trees.
prev_byte2``ReadGets the prev byte2.
prev_byte1``ReadGets the prev byte1.
dist_rb_idx``ReadGets the dist rb idx.
ringbuffer_end_off``ReadGets the ringbuffer end off.
ringbuffer_end``ReadGets the ringbuffer end.
ringbuffer_off``ReadGets the ringbuffer off.
ringbuffer``ReadGets the ringbuffer.
ringbuffer_mask``ReadGets the ringbuffer mask.
ringbuffer_size``ReadGets the ringbuffer size.
max_distance``ReadGets the max distance.
max_backward_distance``ReadGets the max backward distance.
window_bits``ReadGets the window bits.
input_end``ReadGets the input end.
pos``ReadGets the pos.
state``ReadGets the state.
code_length_code_lengths``ReadGets the code length code lengths.
table``ReadGets the table.
block_type_rb_index``ReadGets the block type rb index.
block_type_rb``ReadGets the block type rb.
num_block_types``ReadGets the num block types.
block_type``ReadGets the block type.
block_length``ReadGets the block length.
br``ReadGets the br.
hgroup``ReadGets the hgroup.
dist_rb``ReadGets the dist rb.
sub_state``ReadGets the sub state.

Methods

SignatureDescription
__init__()Calls init on this decode_state_BrotliState instance.

See Also