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
| Name | Type | Access | Description |
|---|---|---|---|
htrees_off | `` | Read | Gets the htrees off. |
htrees | `` | Read | Gets the htrees. |
codes | `` | Read | Gets the codes. |
num_htrees | `` | Read | Gets the num htrees. |
alphabet_size | `` | Read | Gets the alphabet size. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this decode_huffman_HuffmanTreeGroup instance. |