blog/2024/08/24/dotnet-csharp-process-zip-archive-in-memory/ #1
Replies: 1 comment
|
The problem is that ZipArchive will buffer the whole Stream if it is not seekable, like a file download. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
blog/2024/08/24/dotnet-csharp-process-zip-archive-in-memory/
When working with ZIP files in .NET, there may be cases where the file is not stored on disk but comes directly as a Stream. This could happen if you're
https://benjamin-abt.com/blog/2024/08/24/dotnet-csharp-process-zip-archive-in-memory/
All reactions