Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ZipFileMember.h>
Link against: ezip.lib

Class CZipFileMember

class CZipFileMember : public CBase;

Description

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

Derivation

Members

Defined in CZipFileMember:

Inherited from CBase:

Related Topics


Construction and destruction


~CZipFileMember()

IMPORT_C virtual ~CZipFileMember();

Description

Destructor

[Top]


Member functions


CRC32(void)const

IMPORT_C TUint32 CRC32(void) const;

Description

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

Return value

TUint32

the 32 bit integer contains the CRC value


CompressedSize(void)const

IMPORT_C TUint32 CompressedSize(void) const;

Description

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

Return value

TUint32

the size of a compressed file


Name(void)const

IMPORT_C const TFileName* Name(void) const;

Description

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

Return value

const TBuf *

the name of a compressed file


UncompressedSize(void)const

IMPORT_C TUint32 UncompressedSize(void) const;

Description

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

Return value

TUint32

the size of a uncompressed file