|
enum | ErrorCode {
Ok,
ZlibInitFailed,
ZlibEndFailed,
ZlibError,
ReadFailed,
WriteFailed,
UnknownError
} |
|
|
| Compressor (QIODevice *inDev, QIODevice *outDev) |
|
virtual bool | compressData (Encryption *=0) |
|
virtual bool | decompressData (qint64, Encryption *=0) |
|
bool | setError (int err, QString msg=QString()) |
|
QString | errorString () |
|
void | checkIfBinary (char *, quint32) |
|
|
static Compressor * | createCompressor (quint32 Type, int level, QIODevice *inDev, QIODevice *outDev=0) |
|
static Compressor * | createDecompressor (quint32 Type, QIODevice *inDev, QIODevice *outDev=0) |
|
|
quint32 | crc |
|
quint64 | compressedSize |
|
quint64 | uncompressedSize |
|
bool | isAscii |
|
|
QIODevice * | inDevice |
|
QIODevice * | outDevice |
|
char * | inBuffer |
|
char * | outBuffer |
|
int | error |
|
QString | errorMessage |
|
The documentation for this class was generated from the following files: