Loic.icsharpcode.SharpZipLib
1.0.0
dotnet add package Loic.icsharpcode.SharpZipLib --version 1.0.0
NuGet\Install-Package Loic.icsharpcode.SharpZipLib -Version 1.0.0
<PackageReference Include="Loic.icsharpcode.SharpZipLib" Version="1.0.0" />
<PackageVersion Include="Loic.icsharpcode.SharpZipLib" Version="1.0.0" />
<PackageReference Include="Loic.icsharpcode.SharpZipLib" />
paket add Loic.icsharpcode.SharpZipLib --version 1.0.0
#r "nuget: Loic.icsharpcode.SharpZipLib, 1.0.0"
#:package Loic.icsharpcode.SharpZipLib@1.0.0
#addin nuget:?package=Loic.icsharpcode.SharpZipLib&version=1.0.0
#tool nuget:?package=Loic.icsharpcode.SharpZipLib&version=1.0.0
SharpZipLib

Introduction
SharpZipLib (#ziplib, formerly NZipLib) is a compression library that supports Zip files using both stored and deflate compression methods, PKZIP 2.0 style and AES encryption, tar with GNU long filename extensions, GZip, zlib and raw deflate, as well as BZip2. Zip64 is supported while Deflate64 is not yet supported. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of SharpZipLib put it this way: "I've ported the zip library over to C# because I needed gzip/zip compression and I didn't want to use libzip.dll or something like this. I want all in pure C#."
SharpZipLib was originally ported from the GNU Classpath java.util.zip library for use with SharpDevelop, which needed gzip/zip compression. bzip2 compression and tar archiving were added later due to popular demand.
The SharpZipLib homepage has precompiled libraries available for download, API documentation, release history, samples and more.
License
This software is now released under the MIT License. Please see issue #103 for more information on the relicensing effort.
Previous versions were released under the GNU General Public License, version 2 with an exception which allowed linking with non-GPL programs.
Namespace layout
Module | Namespace |
---|---|
BZip2 implementation | ICSharpCode.SharpZipLib.BZip2.* |
Checksum implementation | ICSharpCode.SharpZipLib.Checksum.* |
Core utilities / interfaces | ICSharpCode.SharpZipLib.Core.* |
Encryption implementation | ICSharpCode.SharpZipLib.Encryption.* |
GZip implementation | ICSharpCode.SharpZipLib.GZip.* |
LZW implementation | ICSharpCode.SharpZipLib.Lzw.* |
Tar implementation | ICSharpCode.SharpZipLib.Tar.* |
ZIP implementation | ICSharpCode.SharpZipLib.Zip.* |
Inflater/Deflater | ICSharpCode.SharpZipLib.Zip.Compression.* |
Inflater/Deflater streams | ICSharpCode.SharpZipLib.Zip.Compression.Streams.* |
Credits
SharpZipLib was initially developed by Mike Krüger. Past maintainers are John Reilly, David Pierson and Neil McNeight.
And thanks to all the people that contributed features, bug fixes and issue reports.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.0 | 0 | 7/31/2021 |