Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <EZGzip.h>
Link against: ezlib.lib

Class CEZFileToGzipBM

class CEZFileToGzipBM : public CEZFileBufferManager;

Description

The CEZFileToGzipBM manages the input and output buffers for compression

Derivation

Members

Defined in CEZFileToGzipBM:

Inherited from CBase:

Inherited from CEZFileBufferManager:


Member functions


InitializeL(CEZZStream &)

virtual void InitializeL(CEZZStream &aZStream);

Description

Initialise the stream with input and output buffers and starts reading

Parameters

CEZZStream &aZStream

the stream to initialise


NeedInputL(CEZZStream &)

virtual void NeedInputL(CEZZStream &aZStream);

Description

Set the stream's input buffer and starts reading

Parameters

CEZZStream &aZStream

the steam whose input buffer to set


Crc()const

inline TInt32 Crc() const;

Description

Return the CRC - used for checking validity of the archive

Return value

TInt32

the CRC value