| Interface | Description |
|---|---|
| IHuffConstants |
Global constants used in Huff/Unhuff.
|
| IHuffProcessor |
The interface for the model that can be attached
to a HuffViewer.
|
| IHuffViewer |
| Class | Description |
|---|---|
| BitInputStream |
Reads bits-at-a-time where the number of bits is between 1 and 32.
|
| BitOutputStream | |
| Diff | |
| GUIHuffViewer |
The GUI/View for Huffman coding assignment.
|
| Huff |
Main/launch program for Huff assignment.
|
| HuffMark | |
| SimpleHuffProcessor | |
| TreeNode |
Utility binary-tree (Huffman tree) node for Huffman coding.
|