zip lib(zlib、bzip2)和单声道支持

发布于 2024-11-15 02:41:33 字数 147 浏览 3 评论 0原文

你能告诉我 zip lib 支持 zib 和 bzip2 算法

我的要求:

  1. 完全 .net 托管代码
  2. 免费
  3. 流行
  4. 可以与 mono 一起使用

谢谢大家。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

提笔落墨 2024-11-22 02:41:33

查看 SharpZipLib

来自常见问题解答

SharpZipLib 支持哪些格式?

Sharpzip 支持使用存储和 deflate 压缩方法的 Zip 文件,还支持旧的 (PKZIP 2.0) 样式和 AES 加密、带有 GNU 长文件扩展名的 tar、gzip、zlib 和原始 deflate,以及 BZip2。

支持 Zip64,但尚不支持 Deflate64。支持 AES 进行加密和解密,但 ZipInputStream 类除外(将 ZipFile 与输入流一起使用,直至完成)。

我可以在我的商业应用程序中使用 SharpZipLib 吗?

是的,可以,许可条款中有一个例外,允许将 #Zip 与任何应用程序链接。然而,#Zip 的源代码仍然是 GPL 的,因此您对源代码所做的任何更改都必须向所有人开放。

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.

[旋木] 2024-11-22 02:41:33

我创建了 SharpCompress 作为许多格式类型(bzip2、gzip、zip、rar 等)的一致 API .)并且完全免费(MS-PL)。让我知道任何需求/更改/建议。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文