|
||
class CEZFileToGzipBM : public CEZFileBufferManager;
The CEZFileToGzipBM manages the input and output buffers for 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...
CEZFileToGzipBM
- The CEZFileToGzipBM manages the input and output buffers for compression
Defined in CEZFileToGzipBM
:
Crc()const
Return the CRC - used for checking validity of the archiveInitializeL(CEZZStream &)
Initialise the stream with input and output buffers and starts readingNeedInputL(CEZZStream &)
Set the stream's input buffer and starts readingInherited 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
FinalizeL(CEZZStream &)
Finish writing to the streamNeedOutputL(CEZZStream &)
Set the stream's output buffer and start writingNewL(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 InitializeL(CEZZStream &aZStream);
Initialise the stream with input and output buffers and starts reading
|
virtual void NeedInputL(CEZZStream &aZStream);
Set the stream's input buffer and starts reading
|
inline TInt32 Crc() const;
Return the CRC - used for checking validity of the archive
|