clockUtils
1.1
|
Namespaces | |
clockUtils | |
Macros | |
#define | CLOCK_COMPRESSION_API |
The compression library can be used to easily compress and decompress using different compression algorithms
and also at least the one for the algorithm used for compression.
To compress a std::string you just need to call the compress method of the Compression class.
Currently we offer two similar compression algorithms both implementing Huffman encoding. These two algorithms are:
If you want to compress a string, just follow these steps:
The string is compressed and decompressed and decompressedString is equal to uncompressedString again.
#define CLOCK_COMPRESSION_API |
Definition at line 40 of file compressionParameters.h.