TEZGZipTrailer Class Reference

#include <ezgzip.h>

Link against: ezlib.lib

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

Detailed Description

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

Member Attribute Documentation

iCrc32

TInt32 iCrc32

iSize

TInt32 iSize

Constructor & Destructor Documentation

TEZGZipTrailer ( )

IMPORT_CTEZGZipTrailer()

Constructor

TEZGZipTrailer ( TInt32, TInt32 )

IMPORT_CTEZGZipTrailer(TInt32aCrc,
TInt32aSize
)

Constructor

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