ZipStreamReader.extractAll

void extractAll(string destDir)

Extract all entries to a directory.

Reads through all remaining entries in the stream and extracts them.

Parameters

destDirDestination directory for extraction.

Throws

ArchiveError if extraction fails.