Uses of Package
Compressor.Lossless

Packages that use Compressor.Lossless
Compressor.Lossless 

Classes in Compressor.Lossless used by Compressor.Lossless
Huffman
          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.
LZW
          This method builds a dictionary of sentences (one or more characters)
for encoding the input data.
LZW_Compressor
          
Run_Length
          This method replaces sequences of the same characters with the character
and the number of ocurrences of it.