ArchiveReader.nextEntry

bool nextEntry(out EntryInfo info)

Advance to the next entry in the archive.

This is the primitive iteration method used by ArchiveEntryRange.

Returns

true if a next entry was found, false if the archive is exhausted.

Parameters

infoOutput parameter receiving the next entry's metadata.