#include <ezgzip.h>
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:@48 |
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
Returns: the CRC value
void | FinalizeL | ( | CEZZStream & | aZStream | ) | [virtual] |
Reimplemented from CEZFileBufferManager::FinalizeL(CEZZStream &)
Finish writing to the stream
Parameter | Description |
---|---|
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
Parameter | Description |
---|---|
aZStream | the steam whose output buffer to set |
CEZGzipToFileBM * | NewL | ( | RFile & | aInput, |
RFile & | aOutput, | |||
TInt | aBufferSize | |||
) | [static] |
Reimplemented from CEZFileBufferManager::NewL(RFile &,RFile &,TInt)
CEZGzipToFileBM * | NewLC | ( | RFile & | aInput, |
RFile & | aOutput, | |||
TInt | aBufferSize | |||
) | [static] |
Reimplemented from CEZFileBufferManager::NewLC(RFile &,RFile &,TInt)