Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
CRC32(), CompressedSize(), Name(), UncompressedSize(), ~CZipFileMember()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


~CZipFileMember()

virtual IMPORT_C ~CZipFileMember();

Description

Destructor

[Top]


Member functions


CRC32()

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()

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()

IMPORT_C const TFileName *Name(void) const;

Description

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

Return value

const TFileName *

the name of a compressed file


UncompressedSize()

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