| |||||||||
PREV DIAGRAM NEXT DIAGRAM | FRAMES NO FRAMES |
Dependency Links |
to Class Diagram Compressor.Entropy_Encoding
Class Summary | |
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. |
Lossless_Compressor | |
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. |
| |||||||||
PREV DIAGRAM NEXT DIAGRAM | FRAMES NO FRAMES |