Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: EZGzip.h
Link against: ezlib.lib

Class CEZGzipToFileBM

class CEZGzipToFileBM : public CEZFileBufferManager;

Description

The CEZGzipToFileBM class manages the input and output buffers for de-compression

Derivation

Members

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


Member functions


FinalizeL()

virtual void FinalizeL(CEZZStream &aZStream);

Description

Finish writing to the stream

Parameters

CEZZStream &aZStream

the stream to complete writing to


NeedOutputL()

virtual void NeedOutputL(CEZZStream &aZStream);

Description

Set the stream's output buffer and start writing

Parameters

CEZZStream &aZStream

the steam whose output buffer to set


Crc()

inline TInt32 Crc() const;

Description

Return the CRC - used for checking validity of the archive

Return value

TInt32

the CRC value