Location:
EZGzip.h
Link against: ezlib.lib
class CEZGzipToFileBM : public CEZFileBufferManager;
The CEZGzipToFileBM class manages the input and output buffers for de-compression
MEZBufferManager
- Interface class to manage input and output buffers for compression and de-compression
CBase
- Base class for all classes to be instantiated on the heap
CEZFileBufferManager
- Concrete class to manage the input and output buffers for compression and de-compression
CEZGzipToFileBM
- The CEZGzipToFileBM class manages the input and output buffers for de-compression
Defined in CEZGzipToFileBM
:
Crc()
, FinalizeL()
, NeedOutputL()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CEZFileBufferManager
:
EBadInitialization
,
InitializeL()
,
NeedInputL()
,
NewL()
,
NewLC()
,
anonymous
,
iBufferSize
,
iInputBuffer
,
iInputDescriptor
,
iInputFile
,
iOutputBuffer
,
iOutputDescriptor
,
iOutputFile
virtual void FinalizeL(CEZZStream &aZStream);
Finish writing to the stream
|
virtual void NeedOutputL(CEZZStream &aZStream);
Set the stream's output buffer and start writing
|
inline TInt32 Crc() const;
Return the CRC - used for checking validity of the archive
|