makeZipReader

fnArchiveReader makeZipReader(const(ubyte)[] data, ReadOptions opts)

Create a ZipReader for reading from an in-memory buffer.

Parameters

dataThe complete ZIP archive data.
optsRead options.

Returns

An ArchiveReader instance for the ZIP archive.