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

Public Member Functions
TEZGZipTrailer()
TEZGZipTrailer(TInt32, TInt32)
Public Attributes
TInt32 iCrc32
TInt32 iSize

Constructor & Destructor Documentation

TEZGZipTrailer()

IMPORT_CTEZGZipTrailer()

Constructor

TEZGZipTrailer(TInt32, TInt32)

IMPORT_CTEZGZipTrailer(TInt32aCrc,
TInt32aSize
)

Constructor

Parameters

TInt32 aCrcthe CRC to use for archive checking
TInt32 aSizethe size of the trailer

Member Data Documentation

TInt32 iCrc32

TInt32 iCrc32

TInt32 iSize

TInt32 iSize