![]() |
Pioneer
|
#include <string>

Go to the source code of this file.
Classes | |
| struct | gzip::GZipException |
| struct | gzip::DecompressionFailedException |
| struct | gzip::CompressionFailedException |
Namespaces | |
| namespace | gzip |
Functions | |
| bool | gzip::IsGZipFormat (const unsigned char *data, size_t length) |
| std::string | gzip::DecompressDeflateOrGZip (const unsigned char *data, size_t length) |
| std::string | gzip::DecompressGZip (const unsigned char *data, size_t length) |
| std::string | gzip::DecompressRawDeflate (const unsigned char *data, size_t length) |
| std::string | gzip::CompressGZip (const std::string &data, const std::string &inner_file_name) |