Pyrogenesis trunk
|
Simple (non-streaming) compression functions. More...
#include <string>
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.
void CompressZLib | ( | const std::string & | data, |
std::string & | out, | ||
bool | includeLengthHeader | ||
) |
void DecompressZLib | ( | const std::string & | data, |
std::string & | out, | ||
bool | includeLengthHeader | ||
) |