ZipStreamReader.contains

bool contains(string path)

Check if archive contains an entry at path.

Note

In streaming mode, this requires reading through entries sequentially.

Once found, iteration continues from that point.

Parameters

pathThe path to search for.

Returns

true if the entry exists, false otherwise.

Throws

ArchiveError if the reader is closed.