Torque3D Documentation / _generateds / Zip::Compressor

Zip::Compressor

Engine/source/core/util/zip/compressor.h

More...

Private Attributes

Protected Attributes

The compression method as in the Zip header.

const char *

The name of the compression method.

Public Functions

Compressor(S32 method, const char * name)
const char *

Public Static Functions

Detailed Description

Private Attributes

Compressor * mNext 

Protected Attributes

S32 mMethod 

The compression method as in the Zip header.

const char * mName 

The name of the compression method.

Public Functions

Compressor(S32 method, const char * name)

~Compressor()

createReadStream(const CentralDir * cdir, Stream * zipStream)

createWriteStream(const CentralDir * cdir, Stream * zipStream)

getMethod()

getName()

Public Static Functions

findCompressor(const char * name)

findCompressor(S32 method)