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