Utility to gzip strings.
More...
#include <GZip.h>
|
static std::string | Compress (const std::string &data) |
| Compresses provided data. More...
|
|
static std::string | Decompress (const std::string &data) |
| Decompresses provided data. More...
|
|
static std::string GZip::Compress |
( |
const std::string & |
data | ) |
|
|
inlinestatic |
Compresses provided data.
- Parameters
-
data | Data to be compressed. |
static std::string GZip::Decompress |
( |
const std::string & |
data | ) |
|
|
inlinestatic |
Decompresses provided data.
- Parameters
-
data | Data to be decompressed. |
The documentation for this class was generated from the following file:
- /home/travis/build/TheMaximum/mania-pp/src/Utils/GZip.h