| EncodedTable |
This class represents a encoded huffman table.
|
| FixedSizeTable |
This class represents a fixed size huffman table.
|
| HuffmanTable |
This abstract class is the base class for all types of huffman tables.
|
| HuffmanTable.Code |
This static class represents a code for use in huffman tables.
|
| InternalNode |
This class represents an internal node of a huffman tree.
|
| Node |
Base class for all nodes in a huffman tree.
|
| OutOfBandNode |
Represents a out of band node in a huffman tree.
|
| StandardTables |
|
| StandardTables.StandardTable |
|
| ValueNode |
Represents a value node in a huffman tree.
|