Classified ads
|
Class for un-zipping gzip'ed content. Supports also bzip2. More...
#include <ungzip.h>
Public Member Functions | |
UnGZip () | |
~UnGZip () | |
Static Public Member Functions | |
static QByteArray | unGZip (const QByteArray &aCompressedContent, bool *aResult) |
static QByteArray | unBZip2 (const QByteArray &aCompressedContent, bool *aResult) |
Class for un-zipping gzip'ed content. Supports also bzip2.
This class is wrapper around zlib/bzip2lib, it is used to de-compress contents previously compressed with gzip/bzip2.
UnGZip::UnGZip | ( | ) |
UnGZip::~UnGZip | ( | ) |
|
static |
Method for doing de-bzip2
aCompressedContent | compressed content |
aResult | if not-null, will have its value set to true/false depending on success of de-compression |
|
static |
Method for doing de-gzip
aCompressedContent | compressed content |
aResult | if not-null, will have its value set to true/false depending on success of de-compression |