Compressor.Lossless
Class Huffman


class Huffman
derived from Lossless_Compressor

This method uses a small number of bits to represent the most used
characters and a large number of bits to represent the less used characters.
This is a statistical encoding method.

interface

Methods inherited from interface Compressor.Basic_Compressor.Compressor
compress, decompress