Pyrogenesis trunk
|
#include "precompiled.h"
#include "Compress.h"
#include "lib/byte_order.h"
#include "lib/external_libraries/zlib.h"
Functions | |
void | CompressZLib (const std::string &data, std::string &out, bool includeLengthHeader) |
void | DecompressZLib (const std::string &data, std::string &out, bool includeLengthHeader) |
void CompressZLib | ( | const std::string & | data, |
std::string & | out, | ||
bool | includeLengthHeader | ||
) |
void DecompressZLib | ( | const std::string & | data, |
std::string & | out, | ||
bool | includeLengthHeader | ||
) |