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
| Name | Type | Access | Description |
|---|---|---|---|
MaxTableBits | int | Read/Write | Gets or sets the max table bits. |
TableSize | int | Read/Write | Gets or sets the table size. |
valid | bool | Read/Write | Gets or sets the valid. |
numSymbols | int | Read/Write | Gets or sets the num symbols. |
Methods
| Signature | Description |
|---|---|
HuffmanTable() | Calls HuffmanTable on this HuffmanTable instance. |
Build(lengths: uint8_t, count: int) → HuffmanTable | Calls Build on this HuffmanTable instance. |