Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Related Topics


Member functions


NextL(void)

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.