encode_entropy_encode_HuffmanTree
Overview
encode_entropy_encode_HuffmanTree is a class in Aspose.Font FOSS for Python.
This class provides 2 methods for working with encode_entropy_encode_HuffmanTree objects in Python programs.
Available methods include: HuffmanTree3, __init__.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: index_left_, index_right_or_value_, total_count_.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
index_right_or_value_ | `` | Read | Gets the index right or value . |
index_left_ | `` | Read | Gets the index left . |
total_count_ | `` | Read | Gets the total count . |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this encode_entropy_encode_HuffmanTree instance. |
HuffmanTree3(count, left, right) | Calls HuffmanTree3 on this encode_entropy_encode_HuffmanTree instance. |