Pyrogenesis
13997
|
#include "precompiled.h"
#include "Compress.h"
#include "lib/byte_order.h"
#include "lib/external_libraries/zlib.h"
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) |
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.