Pyrogenesis
13997
|
Simple (non-streaming) compression functions. More...
Go to the source code of this file.
Functions | |
void | CompressZLib (const std::string &data, std::string &out, bool includeLengthHeader) |
void | DecompressZLib (const std::string &data, std::string &out, bool includeLengthHeader) |
Simple (non-streaming) compression functions.
Definition in file Compress.h.
void CompressZLib | ( | const std::string & | data, |
std::string & | out, | ||
bool | includeLengthHeader | ||
) |
Definition at line 25 of file Compress.cpp.
void DecompressZLib | ( | const std::string & | data, |
std::string & | out, | ||
bool | includeLengthHeader | ||
) |
Definition at line 50 of file Compress.cpp.