Pioneer
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
GZipFormat.h File Reference
#include <string>
Include dependency graph for GZipFormat.h:
This graph shows which files directly or indirectly include this file:

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)