Use System.IO.Compression from NET Core? #78

Open
opened 2026-01-29 22:06:15 +00:00 by claunia · 2 comments
Owner

Originally created by @adamhathcock on GitHub (Jan 3, 2016).

https://github.com/dotnet/corefx/tree/master/src/System.IO.Compression/src/System/IO/Compression

Better Deflate that is xplat..?
Zip implementation isn't streamable.

Originally created by @adamhathcock on GitHub (Jan 3, 2016). https://github.com/dotnet/corefx/tree/master/src/System.IO.Compression/src/System/IO/Compression Better Deflate that is xplat..? Zip implementation isn't streamable.
claunia added the question label 2026-01-29 22:06:15 +00:00
Author
Owner

@adamhathcock commented on GitHub (Jan 3, 2016):

I like the zip block implementation. Can be copy/pasted:
https://github.com/dotnet/corefx/blob/master/src/System.IO.Compression/src/System/IO/Compression/ZipBlocks.cs

@adamhathcock commented on GitHub (Jan 3, 2016): I like the zip block implementation. Can be copy/pasted: https://github.com/dotnet/corefx/blob/master/src/System.IO.Compression/src/System/IO/Compression/ZipBlocks.cs
Author
Owner

@adamhathcock commented on GitHub (Sep 27, 2016):

I think the problem I ran into was that it was a lot of work to change to this implementation and it doesn't support streaming zips.

@adamhathcock commented on GitHub (Sep 27, 2016): I think the problem I ran into was that it was a lot of work to change to this implementation and it doesn't support streaming zips.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#78