Package assignment4

Interface Summary
IHuffConstants Global constants used in Huff/Unhuff.
IHuffProcessor  
 

Class Summary
BitInputStream Reads bits-at-a-time where the number of bits is between 1 and 32.
BitOutputStream Write bits-at-a-time where the number of bits is between 1 and 32.
BitStreamUtility Some simple methods to read and write with bit streams.
Diff  
Huff Main/launch program for Huff assignment.
HuffMark  
HuffViewer The GUI/View for Huffman coding assignment.
SimpleHuffProcessor  
TreeNode Utility binary-tree (Huffman tree) node for Huffman coding.