Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class TEZGZipTrailer

class TEZGZipTrailer;

Description

The TEZGZipTrailer class encapsulates a zip file trailer, which uses a CRC (cyclic redundancy check) to confirm the validity of the unpacked archive

Members

Defined in TEZGZipTrailer:


Construction and destruction


TEZGZipTrailer()

IMPORT_C TEZGZipTrailer();

Description

Constructor


TEZGZipTrailer(TInt32,TInt32)

IMPORT_C TEZGZipTrailer(TInt32 aCrc, TInt32 aSize);

Description

Constructor

Parameters

TInt32 aCrc

the CRC to use for archive checking

TInt32 aSize

the size of the trailer

[Top]


Member data


iCrc32

TInt32 iCrc32;

Description


iSize

TInt32 iSize;

Description