Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: ZipFileMemberIterator.h
Link against: ezip.lib

Class CZipFileMemberIterator

class CZipFileMemberIterator;

Description

An iterator class for iterating though all the entries in the archive.

Members

Defined in CZipFileMemberIterator:
NextL()


Member functions


NextL()

IMPORT_C CZipFileMember *NextL(void);

Description

Moves the entry iterator onto the next zip file member contained in the ZIP file. It returns a newly allocated CZipFileMember object that the caller is responsibile for de-allocating.

Return value

CZipFileMember *

new CZipFileMember* if next file member exist NULL when no more members exist

Leave codes

...

Any one of the system-wide error codes for other errors.