CZipFileMemberIterator Class Reference

class CZipFileMemberIterator

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

Public Member Functions
IMPORT_C CZipFileMember * NextL (void)
Private Member Functions
CZipFileMemberIterator ( CZipFile *)
Private Attributes
TInt iIndex
CZipFile * iZipFile

Constructor & Destructor Documentation

CZipFileMemberIterator(CZipFile *)

CZipFileMemberIterator ( CZipFile * aZipFile ) [private]

Parameters

CZipFile * aZipFile

Member Functions Documentation

NextL(void)

IMPORT_C CZipFileMember * NextL ( void )

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.

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

Parameters

void

Member Data Documentation

TInt iIndex

TInt iIndex [private]

CZipFile * iZipFile

CZipFile * iZipFile [private]