Java 支持哪个版本的 ZIP(1.6 - 或任何与此相关的版本)

发布于 2024-09-12 05:04:16 字数 243 浏览 1 评论 0 原文

ZIP 格式有多个版本 (http://en.wikipedia.org/wiki/ZIP_%28file_format%29#Version_history)。目前还不清楚 Java 支持哪个版本。在 ZipOutputStream 的源代码中,它定义了一个与标头的“要读取的最小版本”部分相关的常量,但我不能 100% 确定这是对我的问题的答案进行逆向工程的正确方法。

有人可以在这里提供更好的建议吗?

谢谢。

There are several versions of the ZIP format (http://en.wikipedia.org/wiki/ZIP_%28file_format%29#Version_history). It's unclear which version Java supports. In the source for ZipOutputStream it defines a constant related to the "minimum version to read" part of the header, but I'm not 100% certain that's the proper way to reverse engineer an answer to my question.

Can anyone provide better advice here?

Thanks.

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

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

发布评论

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

评论(1

贱贱哒 2024-09-19 05:04:16

Info-ZIP 应用说明 970311

java.util.zip 包摘要。

Info-ZIP Application Note 970311

The compression schemes are listed in the java.util.zip package summary.

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