class CEZFileToGzipBM : public CEZFileBufferManager |
The CEZFileToGzipBM manages the input and output buffers for compression
Public Member Functions | |
---|---|
TInt32 | Crc() |
void | InitializeL(CEZZStream &) |
void | NeedInputL(CEZZStream &) |
CEZFileToGzipBM * | NewL(RFile &, RFile &, TInt) |
CEZFileToGzipBM * | NewLC(RFile &, RFile &, TInt) |
Private Member Functions | |
---|---|
CEZFileToGzipBM(RFile &, RFile &) |
Inherited Enumerations | |
---|---|
CEZFileBufferManager:@48 |
Private Attributes | |
---|---|
TInt32 | iCrc |
TInt32 | Crc | ( | ) | const [inline] |
Return the CRC - used for checking validity of the archive
the CRC value
void | InitializeL | ( | CEZZStream & | aZStream | ) | [virtual] |
Initialise the stream with input and output buffers and starts reading
CEZZStream & aZStream | the stream to initialise |
void | NeedInputL | ( | CEZZStream & | aZStream | ) | [virtual] |
Set the stream's input buffer and starts reading
CEZZStream & aZStream | the steam whose input buffer to set |
CEZFileToGzipBM * | NewL | ( | RFile & | aInput, |
RFile & | aOutput, | |||
TInt | aBufferSize | |||
) | [static] |
CEZFileToGzipBM * | NewLC | ( | RFile & | aInput, |
RFile & | aOutput, | |||
TInt | aBufferSize | |||
) | [static] |