我需要 zipx 的 C# 库

发布于 2024-07-29 05:26:32 字数 1542 浏览 2 评论 0原文

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

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

发布评论

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

评论(3

前事休说 2024-08-05 05:26:32

我建议的一件事就是看这里。

看来他们对开发商开放。

http://www.winzip.com/comp_info.htm

One thing I would suggest is looking here.

it seems they are open to developers.

http://www.winzip.com/comp_info.htm

梨涡少年 2024-08-05 05:26:32

根据 Wikipedia WinZip 使用 .zipx 作为使用比 deflate 更新的压缩方法的 Zip 存档的扩展名。 Deflate 可能是 Zip 的最低标准,每个人都可以压缩或提取,但较新的算法如 bzip2LZMAPPMd+ 也由标准<定义/a>.

至于能够处理较新压缩算法的库,您可能会幸运地使用 SharpZipLib ,它实现了至少 bzip2 压缩。 还有 DotNetZip 但它的新功能似乎有点少。

According to Wikipedia WinZip uses .zipx as extension for Zip archives that use compression methods newer than deflate. Deflate is perhaps the minimum standard of Zip which everyone can compress or extract but newer algorithms like bzip2, LZMA or PPMd+ are also defined by the standard.

As for libraries which are able to handle newer compression algorithms you may have luck with SharpZipLib which implements at least bzip2 compression. There is also DotNetZip but it seems to be a little low on newer features.

智商已欠费 2024-08-05 05:26:32

正如 Johannes Rossel 提到的 SharpZipLib 是一个用 C# 编写的不错的压缩库,并且有可用的源代码。 该库也用于各种项目,并且似乎有不错的支持。 唯一的缺点是我认为它们目前不支持 WinZip 的新 zipx 格式。 事实上,除了 WinZip 之外,目前我还没有发现任何其他应用程序或库支持这种新格式。 如果您需要新格式的库,可能首先要开始检查的是 WinZip 支持部门,看看他们是否有可以包装的可用本机库或新格式的一些规范。 如果此文件格式是封闭规范,那么不幸的是您可能没有太多选择。

As Johannes Rossel mentioned SharpZipLib is a decent compression library written in C# and has source code available. This library is used in various projects as well and seems to have decent support. The only negative aspect is that I don't think they currently support WinZip's new zipx format. In fact I haven't found any other application or library that currently supports this new format other than WinZip. If you need a library for their new format probably the first place to start checking is with the WinZip support department to see if they have a native library available that could be wrapped or some specifications on the new format. If this file format is a closed spec then unfortunately you may not have many options.

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