mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Use System.IO.Compression from NET Core? #78
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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 (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.