Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Inherited from CBase:

Inherited from CEZFileBufferManager:


Member functions


FinalizeL(CEZZStream &)

virtual void FinalizeL(CEZZStream &aZStream);

Description

Finish writing to the stream

Parameters

CEZZStream &aZStream

the stream to complete writing to


NeedOutputL(CEZZStream &)

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()const

inline TInt32 Crc() const;

Description

Return the CRC - used for checking validity of the archive

Return value

TInt32

the CRC value