C#C
C#3d ago
Ruttie

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?
Was this page helpful?
Streaming zip extract - C#