Pioneer
Loading...
Searching...
No Matches
Classes | Functions
gzip Namespace Reference

Classes

struct  CompressionFailedException
 
struct  DecompressionFailedException
 
struct  GZipException
 

Functions

bool IsGZipFormat (const unsigned char *data, size_t length)
 
std::string DecompressDeflateOrGZip (const unsigned char *data, size_t length)
 
std::string DecompressGZip (const unsigned char *data, size_t length)
 
std::string DecompressRawDeflate (const unsigned char *data, size_t length)
 
std::string CompressGZip (const std::string &data, const std::string &inner_file_name)
 

Function Documentation

◆ CompressGZip()

std::string gzip::CompressGZip ( const std::string &  data,
const std::string &  inner_file_name 
)

◆ DecompressDeflateOrGZip()

std::string gzip::DecompressDeflateOrGZip ( const unsigned char *  data,
size_t  length 
)
Here is the call graph for this function:

◆ DecompressGZip()

std::string gzip::DecompressGZip ( const unsigned char *  data,
size_t  length 
)

◆ DecompressRawDeflate()

std::string gzip::DecompressRawDeflate ( const unsigned char *  data,
size_t  length 
)

◆ IsGZipFormat()

bool gzip::IsGZipFormat ( const unsigned char *  data,
size_t  length 
)