Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: 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:
TEZGZipTrailer(), TEZGZipTrailer(), iCrc32, iSize


Construction and destruction


TEZGZipTrailer()

IMPORT_C TEZGZipTrailer();

Description

Constructor


TEZGZipTrailer()

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