Streaming zip extract
Is it possible to do a streaming zip extract to a folder (from a network stream)?
The ZipArchive constructor seems to copy the entire stream into memory if seeking isn't supported.
Perhaps there's a third-party library?
The ZipArchive constructor seems to copy the entire stream into memory if seeking isn't supported.
Perhaps there's a third-party library?


