ff7tk  0.02
Toolkit for making FF7 Tools
GZIPPS Class Reference

#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)
 

Detailed Description

Definition at line 25 of file GZIPPS.h.

Member Function Documentation

static QByteArray GZIPPS::compress ( const QByteArray &  ungzip,
const QByteArray &  header,
int  level = -1 
)
inlinestatic

Definition at line 31 of file GZIPPS.h.

Referenced by compress().

static QByteArray GZIPPS::compress ( const QByteArray &  ungzip,
quint32  header,
int  level = -1 
)
inlinestatic

Definition at line 34 of file GZIPPS.h.

References compress(), and decompress().

QByteArray GZIPPS::compress ( const char *  ungzip,
int  size,
const QByteArray &  header,
int  level = -1 
)
static

Definition at line 31 of file GZIPPS.cpp.

References GZIP::compress().

static QByteArray GZIPPS::compress ( const char *  ungzip,
int  size,
quint32  header,
int  level = -1 
)
inlinestatic

Definition at line 39 of file GZIPPS.h.

References compress().

static QByteArray GZIPPS::decompress ( const QByteArray &  data)
inlinestatic

Definition at line 28 of file GZIPPS.h.

Referenced by compress().

QByteArray GZIPPS::decompress ( const char *  data,
int  size 
)
static

Definition at line 20 of file GZIPPS.cpp.

References GZIP::decompress(), and GZIPPS_HEADER_SIZE.


The documentation for this class was generated from the following files: