true if a next entry was found, false if the archive is exhausted.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.
info | Output parameter receiving the next entry's metadata. |
true if a next entry was found, false if the archive is exhausted.ArchiveError if the reader is closed or the archive is malformed.