ZipStreamReader.nextEntry

bool nextEntry(out EntryInfo info)

Advance to the next entry in the archive.

Reads the next local file header from the stream. If the previous entry's content was not fully read, it is skipped.

Parameters

infoOutput parameter receiving the next entry's metadata.

Returns

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

Throws

ArchiveError if the reader is closed or the archive is malformed.