|
||
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-compre...
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-com...
CEZGzipToFileBM
- The CEZGzipToFileBM class manages the input and output buffers for de-compressio...
Defined in CEZGzipToFileBM
:
Crc()const
Return the CRC - used for checking validity of the archiveFinalizeL(CEZZStream &)
Finish writing to the streamNeedOutputL(CEZZStream &)
Set the stream's output buffer and start writingInherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CEZFileBufferManager
:
EBadInitialization
InitializeL(CEZZStream &)
Initialise the stream with input and output buffers and starts readingNeedInputL(CEZZStream &)
Set the stream's input buffer and starts readingNewL(RFile &,RFile &,TInt)
Creates a new CEZFileBufferManager objectNewLC(RFile &,RFile &,TInt)
Creates a new CEZFileBufferManager object and leave it on the CleanupStack
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
|