ArchiveReader instance with streaming capabilities.makeZipStreamReader
fn
ArchiveReader makeZipStreamReader(ByteSource source, ReadOptions opts)Create a ZipStreamReader for reading from a streaming byte source.
This creates a true streaming reader that can process ZIP archives from non-seekable sources (pipes, sockets, etc.) without buffering the entire archive in memory.
Parameters
source | Delegate that provides bytes on demand. |
opts | Read options. |
Returns
An