#include <ezgzip.h>
Link against: ezlib.lib
| class CEZGzipToFileBM : public CEZFileBufferManager |
| Public Member Functions | |
|---|---|
| TInt32 | Crc() |
| virtual void | FinalizeL(CEZZStream &) |
| virtual void | NeedOutputL(CEZZStream &) |
| CEZGzipToFileBM * | NewL(RFile &, RFile &, TInt) |
| CEZGzipToFileBM * | NewLC(RFile &, RFile &, TInt) |
| Inherited Enumerations | |
|---|---|
| CEZFileBufferManager:@44 | |
The CEZGzipToFileBM class manages the input and output buffers for de-compression
| TInt32 | Crc | ( | ) | const [inline] |
Return the CRC - used for checking validity of the archive
| void | FinalizeL | ( | CEZZStream & | aZStream | ) | [virtual] |
Reimplemented from CEZFileBufferManager::FinalizeL(CEZZStream &)
Finish writing to the stream
| Parameters | |
|---|---|
| aZStream | the stream to complete writing to |
| void | NeedOutputL | ( | CEZZStream & | aZStream | ) | [virtual] |
Reimplemented from CEZFileBufferManager::NeedOutputL(CEZZStream &)
Set the stream's output buffer and start writing
| Parameters | |
|---|---|
| aZStream | the steam whose output buffer to set |
| CEZGzipToFileBM * | NewL | ( | RFile & | aInput, |
| RFile & | aOutput, | |||
| TInt | aBufferSize | |||
| ) | [static] | |||
Reimplemented from CEZFileBufferManager::NewL(RFile &,RFile &,TInt)
Creates a new CEZFileBufferManager object
| Parameters | |
|---|---|
| aInput | the input file |
| aOutput | the output file |
| aBufferSize | the required size of the buffers |
| CEZGzipToFileBM * | NewLC | ( | RFile & | aInput, |
| RFile & | aOutput, | |||
| TInt | aBufferSize | |||
| ) | [static] | |||
Reimplemented from CEZFileBufferManager::NewLC(RFile &,RFile &,TInt)
Creates a new CEZFileBufferManager object and leave it on the CleanupStack
| Parameters | |
|---|---|
| aInput | the input file |
| aOutput | the output file |
| aBufferSize | the required size of the buffers |