HuffmanTable

Overview

HuffmanTable is a struct in Aspose.Cells FOSS for C++.

This struct provides 2 methods for working with HuffmanTable objects in C++ programs. Available methods include: Build, HuffmanTable. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: MaxTableBits, TableSize, numSymbols, valid.

Accessor Methods

NameTypeAccessDescription
MaxTableBitsintRead/WriteGets or sets the max table bits.
TableSizeintRead/WriteGets or sets the table size.
validboolRead/WriteGets or sets the valid.
numSymbolsintRead/WriteGets or sets the num symbols.

Methods

SignatureDescription
HuffmanTable()Calls HuffmanTable on this HuffmanTable instance.
Build(lengths: uint8_t, count: int)HuffmanTableCalls Build on this HuffmanTable instance.

See Also

 English