开发者

zip lib (zlib, bzip2) and mono support

开发者 https://www.devze.com 2023-03-12 13:40 出处:网络
Can you advise me zip lib witch support zib and bzip2 algorithm My requirements: 开发者_开发知识库

Can you advise me zip lib witch support zib and bzip2 algorithm

My requirements:

开发者_开发知识库
  1. Fully .net managed code
  2. Free
  3. Popular
  4. Can be used with mono

Thanks for all.


Check out SharpZipLib.

From the FAQ:

What formats does SharpZipLib support?

Sharpzip supports Zip files using both stored and deflate compression methods and also supports old (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. AES is supported for encryption and decryption except for the ZipInputStream class (use ZipFile with an input stream until this is completed).

Can I use SharpZipLib in my commercial application?

Yes you can, there is an exception in the licensing terms that allows linking #Zip with any application. The source code to #Zip is however still GPLed and so any changes to the source code you make must be made available to everyone.


I've created SharpCompress to be a consistent API for many format types (bzip2, gzip, zip, rar, etc.) and is completely free (MS-PL). Let me know any needs/changes/suggestions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号