PROGRAMS BY huffman.sf.net
-
Huffman Encoder/Decoder Free
Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data.