decode_Decode
Overview
decode_Decode is a class in Aspose.Font FOSS for Python.
Methods
| Signature | Description |
|---|---|
BROTLI_FAILURE() | |
BROTLI_LOG_UINT(x) | |
BROTLI_LOG_ARRAY_INDEX(array_name, idx) | |
BROTLI_LOG(x) | |
BROTLI_LOG_UCHAR_VECTOR(v, _hx_len) | |
DecodeWindowBits(br) | |
DecodeVarLenUint8(br) | |
JumpToByteBoundary(br) | |
DecodeMetaBlockLength(br, meta_block_length, input_end, is_metadata, is_uncompressed) | |
ReadSymbol(table, table_off, br) | |
ReadHuffmanCodeLengths(code_length_code_lengths, num_symbols, code_lengths, s) | |
ReadHuffmanCode(alphabet_size, table, table_off, opt_table_size, s) | |
ReadBlockLength(table, table_off, br) | |
TranslateShortCodes(code, ringbuffer, index) | |
InverseMoveToFrontTransform(v, v_len) | |
HuffmanTreeGroupDecode(group, s) | |
DecodeContextMap(context_map_size, num_htrees, context_map, s) | |
DecodeBlockType(max_block_type, trees, tree_type, block_types, ringbuffers, indexes, br) | |
DecodeBlockTypeWithContext(s, br) | |
CopyUncompressedBlockToOutput(output, pos, s) | |
BrotliDecompressedSize(encoded_size, encoded_buffer, encoded_buffer_off, decoded_size) | |
BrotliDecompressStreaming(input, output, finish, s) | |
BrotliDecompress(input, output) |