CZipFileMember Class Reference

#include <zipfilemember.h>

Link against: ezip.lib

class CZipFileMember : public CBase

Inherits from

Detailed Description

Class encapsulating the representation of a compressed file contained in a CZipFile archive file.

Constructor & Destructor Documentation

~CZipFileMember ( )

IMPORT_C~CZipFileMember()[virtual]

Destructor

Member Function Documentation

CRC32 ( void )

IMPORT_C TUint32CRC32(void)const

Retrieve CRC value in a compressed file contained in a CZipFile archive file.

Return Value
the 32 bit integer contains the CRC value

CompressedSize ( void )

IMPORT_C TUint32CompressedSize(void)const

Retrieve the size of compressed file contained in a CZipFile archive file.

Return Value
the size of a compressed file

Name ( void )

IMPORT_C const TFileName *Name(void)const

Retrieve the name of a compressed file contained in a CZipFile archive file.

Return Value
the name of a compressed file

UncompressedSize ( void )

IMPORT_C TUint32UncompressedSize(void)const

Retrieve the size of uncompressed file contained in a CZipFile archive file.

Return Value
the size of a uncompressed file