TEZGZipTrailer Class Reference

class TEZGZipTrailer

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

Constructor & Destructor Documentation

TEZGZipTrailer()

IMPORT_C TEZGZipTrailer ( )

Constructor

TEZGZipTrailer(TInt32, TInt32)

IMPORT_C TEZGZipTrailer ( TInt32 aCrc,
TInt32 aSize
)

Constructor

Parameters

TInt32 aCrc the CRC to use for archive checking
TInt32 aSize the size of the trailer

Member Data Documentation

TInt32 iCrc32

TInt32 iCrc32

TInt32 iSize

TInt32 iSize