clockUtils  1.1
clockUtils::compression::algorithm Namespace Reference

Classes

class  HuffmanBase
 base class for Huffman compression contains common methods and helper structures More...
 
class  HuffmanFixed
 class for Huffman compression using a fixed dictionary has no header like HuffmanGeneric, but can't optimize as good as HuffmanGeneric More...
 
class  HuffmanGeneric
 class for Huffman compression using a dictionary generated out of the given string has always an overhead of 256 Bytes because of the header More...