SharpZipLib
SharpZipLib copied to clipboard
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
### Description 1. FastZip has an ExtractZip method. 2. ExtractZip takes a parameter confirmDelegate. This delegate is executed to determine how to handle files which already exist. 3. confirmDelegate currently...
### Steps to reproduce 1. Compress a file with GZipOutputStream, calling SetLevel(4) 2. Compress the same file with GZipOutputStream, calling SetLevel(3) ### Expected behavior The file compressed with SetLevel(4) should...
### Steps to reproduce 1. Load the provided file (this is the pixel data from a PNG image, original provided) 2. Load the byte data through a memory stream into...
You will have noticed the recent activity by @siegfriedpammer and myself. Neither of us is the "maintainer" of this repository: I am the "custodian" (best description I could come up...
### Steps to reproduce In the 'Cmd_BZip2' CS example in the 'Samples' library, I added some more output info under 'Command.Compress'. https://github.com/Cyken-Zeraux/SharpZipLib/blob/master/ICSharpCode.SharpZipLib.Samples/cs/Cmd_BZip2/Cmd_BZip2.cs Test file used: https://github.com/Cyken-Zeraux/SharpZipLib/blob/master/enwik8.7z Source: http://mattmahoney.net/dc/textdata.html (You'll need...
[SD-122](http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=122), originally created on 5/24/2004 10:18:54 by John Reilly Encryption as of v0.84 has been partially refactored and needs completing. Also further refactoring is required to allow compact framework to...
[SD-1880](http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1880), originally created on 1/27/2012 05:55:20 by David Pierson Several posters have reported issues when calling Flush Close and Dispose on the stream they get from GetInputStream. Worth remarking for...
When decompressing a TAR file with a symbolic link the entry name becomes empty and it tries to decompress to the parent folder. LF_SYMLINK should be handled in GetNextEntry on...
This PR fixes some issues that were present in #592 but wasn't detected before the release of v1.4.0. In general, it goes a bit further in trying to make the...
I have a unit test that goes though some SharpZipLib methods. Every once in a while it fails in a VM which the following error: ``` ModTime cannot be before...