Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

SharpZipLib Build Status NuGet Version

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

ModuleNamespace
BZip2 implementationICSharpCode.SharpZipLib.BZip2.*
Checksum implementationICSharpCode.SharpZipLib.Checksum.*
Core utilities / interfacesICSharpCode.SharpZipLib.Core.*
Encryption implementationICSharpCode.SharpZipLib.Encryption.*
GZip implementationICSharpCode.SharpZipLib.GZip.*
LZW implementationICSharpCode.SharpZipLib.Lzw.*
Tar implementationICSharpCode.SharpZipLib.Tar.*
ZIP implementationICSharpCode.SharpZipLib.Zip.*
Inflater/DeflaterICSharpCode.SharpZipLib.Zip.Compression.*
Inflater/Deflater streamsICSharpCode.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.

关于 About

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

语言 Languages

C#99.1%
PowerShell0.5%
JavaScript0.2%
EJS0.1%
Batchfile0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors