|
Torque2D Reference
|
#include <compressor.h>
Public Member Functions | |
| Compressor (S32 method, const char *name) | |
| const char * | getName () |
| S32 | getMethod () |
| virtual Stream * | createReadStream (const CentralDir *cdir, Stream *zipStream)=0 |
| virtual Stream * | createWriteStream (const CentralDir *cdir, Stream *zipStream)=0 |
Static Public Member Functions | |
| static Compressor * | findCompressor (const char *name) |
| static Compressor * | findCompressor (S32 method) |
Protected Attributes | |
| const char * | mName |
| The name of the compression method. More... | |
| S32 | mMethod |
| The compression method as in the Zip header. More... | |
| Compressor | ( | S32 | method, |
| const char * | name | ||
| ) |
|
pure virtual |
|
pure virtual |
|
static |
|
static |
|
inline |
|
inline |
|
protected |
The compression method as in the Zip header.
|
protected |
The name of the compression method.
1.8.3.1