encode_entropy_encode_HuffmanTree

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

NameTypeAccessDescription
index_right_or_value_``ReadGets the index right or value .
index_left_``ReadGets the index left .
total_count_``ReadGets the total count .

Methods

SignatureDescription
__init__()Calls init on this encode_entropy_encode_HuffmanTree instance.
HuffmanTree3(count, left, right)Calls HuffmanTree3 on this encode_entropy_encode_HuffmanTree instance.

See Also