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中,我需要找到给定的存档是否是拆分存档。我需要所有存档格式,如 zip、rar、tar、tar.gz、tar.Z。
Zip4j仅用于识别拆分的 zip。对于其他格式的存档,我需要 API。
请帮我 。
为了找到拆分后的 Rar 文件,我找到了一个 API。
更多细节 https://github.com/edmund-wagner/junrar
这个项目有选项来查找拆分和加密的 rar 存档。
但对于其他存档格式仍在搜索。