21 #ifndef CLASSIFIED_UNGZIP_H 22 #define CLASSIFIED_UNGZIP_H 47 static QByteArray
unGZip(
const QByteArray& aCompressedContent,
58 static QByteArray
unBZip2(
const QByteArray& aCompressedContent,
static QByteArray unGZip(const QByteArray &aCompressedContent, bool *aResult)
Class for un-zipping gzip'ed content. Supports also bzip2.
Definition: ungzip.h:32
static QByteArray unBZip2(const QByteArray &aCompressedContent, bool *aResult)