使用 java 压缩 RAR 档案
有人可以推荐一个好的 java API 来操作 RAR 存档文件吗? 谷歌搜索并没有发现任何令人信服的东西。
Is there a good java API for manipulating RAR archive files someone could recommend? Googling did not turn up anything overwhelmingly convincing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试 JUnRar,“用纯 Java 实现的 RAR 处理 API”(引用该网站)。
You could try JUnRar, "a RAR handling API implemented in pure Java" (quoting the site).
还有这个来自 SF 的分叉(@Fabian 的答案,这个分叉来自一个旧的 SF 项目):
https: //github.com/jukka/java-unrar
There is also this fork from SF(@Fabian's answer and this one are forked from an old SF project):
https://github.com/jukka/java-unrar
我想这会对你有帮助。
rarscope
用于扫描和枚举 RAR 存档内容的纯 Java 库
I think this will help you.
raroscope
A pure Java library for scanning and enumerating RAR archive contents