| class CEZGzipToFileBM : public CEZFileBufferManager |
The CEZGzipToFileBM class manages the input and output buffers for de-compression
| Public Member Functions | |
|---|---|
| TInt32 | Crc() |
| void | FinalizeL(CEZZStream &) |
| void | NeedOutputL(CEZZStream &) |
| CEZGzipToFileBM * | NewL(RFile &, RFile &, TInt) |
| CEZGzipToFileBM * | NewLC(RFile &, RFile &, TInt) |
| Private Member Functions | |
|---|---|
| CEZGzipToFileBM(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 | FinalizeL | ( | CEZZStream & | aZStream | ) | [virtual] |
Finish writing to the stream
| CEZZStream & aZStream | the stream to complete writing to |
| void | NeedOutputL | ( | CEZZStream & | aZStream | ) | [virtual] |
Set the stream's output buffer and start writing
| CEZZStream & aZStream | the steam whose output buffer to set |
| CEZGzipToFileBM * | NewL | ( | RFile & | aInput, |
| RFile & | aOutput, | |||
| TInt | aBufferSize | |||
| ) | [static] | |||
| CEZGzipToFileBM * | NewLC | ( | RFile & | aInput, |
| RFile & | aOutput, | |||
| TInt | aBufferSize | |||
| ) | [static] | |||