#include <LZS.h>
|
static const QByteArray & | decompress (const QByteArray &data, int max) |
|
static const QByteArray & | decompress (const char *data, int fileSize, int max) |
|
static const QByteArray & | decompressAll (const QByteArray &data) |
|
static const QByteArray & | decompressAll (const char *data, int fileSize) |
|
static const QByteArray & | decompressAllWithHeader (const QByteArray &data) |
|
static const QByteArray & | decompressAllWithHeader (const char *data, int size) |
|
static const QByteArray & | compress (const QByteArray &fileData) |
|
static const QByteArray & | compress (const char *data, int sizeData) |
|
static const QByteArray & | compressWithHeader (const QByteArray &fileData) |
|
static const QByteArray & | compressWithHeader (const char *data, int sizeData) |
|
static void | clear () |
|
◆ clear()
◆ compress() [1/2]
const QByteArray & LZS::compress |
( |
const char * |
data, |
|
|
int |
sizeData |
|
) |
| |
|
static |
◆ compress() [2/2]
const QByteArray & LZS::compress |
( |
const QByteArray & |
fileData | ) |
|
|
static |
◆ compressWithHeader() [1/2]
const QByteArray & LZS::compressWithHeader |
( |
const char * |
data, |
|
|
int |
sizeData |
|
) |
| |
|
static |
◆ compressWithHeader() [2/2]
const QByteArray & LZS::compressWithHeader |
( |
const QByteArray & |
fileData | ) |
|
|
static |
◆ decompress() [1/2]
const QByteArray & LZS::decompress |
( |
const char * |
data, |
|
|
int |
fileSize, |
|
|
int |
max |
|
) |
| |
|
static |
◆ decompress() [2/2]
const QByteArray & LZS::decompress |
( |
const QByteArray & |
data, |
|
|
int |
max |
|
) |
| |
|
static |
◆ decompressAll() [1/2]
const QByteArray & LZS::decompressAll |
( |
const char * |
data, |
|
|
int |
fileSize |
|
) |
| |
|
static |
◆ decompressAll() [2/2]
const QByteArray & LZS::decompressAll |
( |
const QByteArray & |
data | ) |
|
|
static |
◆ decompressAllWithHeader() [1/2]
const QByteArray & LZS::decompressAllWithHeader |
( |
const char * |
data, |
|
|
int |
size |
|
) |
| |
|
static |
◆ decompressAllWithHeader() [2/2]
const QByteArray & LZS::decompressAllWithHeader |
( |
const QByteArray & |
data | ) |
|
|
static |
The documentation for this class was generated from the following files: