ff7tk
0.02
Toolkit for making FF7 Tools
|
#include <GZIPPS.h>
Static Public Member Functions | |
static QByteArray | decompress (const QByteArray &data) |
static QByteArray | compress (const QByteArray &ungzip, const QByteArray &header, int level=-1) |
static QByteArray | compress (const QByteArray &ungzip, quint32 header, int level=-1) |
static QByteArray | decompress (const char *data, int size) |
static QByteArray | compress (const char *ungzip, int size, const QByteArray &header, int level=-1) |
static QByteArray | compress (const char *ungzip, int size, quint32 header, int level=-1) |
|
inlinestatic |
Definition at line 31 of file GZIPPS.h.
Referenced by compress().
|
inlinestatic |
Definition at line 34 of file GZIPPS.h.
References compress(), and decompress().
|
static |
Definition at line 31 of file GZIPPS.cpp.
References GZIP::compress().
|
inlinestatic |
Definition at line 39 of file GZIPPS.h.
References compress().
|
inlinestatic |
Definition at line 28 of file GZIPPS.h.
Referenced by compress().
|
static |
Definition at line 20 of file GZIPPS.cpp.
References GZIP::decompress(), and GZIPPS_HEADER_SIZE.