Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个从档案中提取文件/压缩文件以创建档案的 java 库。
以下是我的要求 -
(1) 它应该提取最广泛/类型的档案 (2) 简单且只需要几行代码(与 java 的默认 zip 类不同)。(3) 生产级:无缺陷。
Apache commons compress 似乎很合适,它可以处理很多不同的压缩类型并且使用起来非常简单。
http://commons.apache.org/compress/index.html