Mania++
 All Classes Functions Variables Pages
Static Public Member Functions | List of all members
GZip Class Reference

Utility to gzip strings. More...

#include <GZip.h>

Static Public Member Functions

static std::string Compress (const std::string &data)
 Compresses provided data. More...
 
static std::string Decompress (const std::string &data)
 Decompresses provided data. More...
 

Detailed Description

Utility to gzip strings.

Member Function Documentation

static std::string GZip::Compress ( const std::string &  data)
inlinestatic

Compresses provided data.

Parameters
dataData to be compressed.
static std::string GZip::Decompress ( const std::string &  data)
inlinestatic

Decompresses provided data.

Parameters
dataData to be decompressed.

The documentation for this class was generated from the following file: