decode_huffman_HuffmanTreeGroup

decode_huffman_HuffmanTreeGroup

Overview

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

This class provides 1 method for working with decode_huffman_HuffmanTreeGroup 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: alphabet_size, codes, htrees, htrees_off, num_htrees.

Properties

NameTypeAccessDescription
htrees_off``ReadGets the htrees off.
htrees``ReadGets the htrees.
codes``ReadGets the codes.
num_htrees``ReadGets the num htrees.
alphabet_size``ReadGets the alphabet size.

Methods

SignatureDescription
__init__()Calls init on this decode_huffman_HuffmanTreeGroup instance.

See Also