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.
我的应用程序 jar 中有一些默认配置文件,如果它们不存在,我想将它们保存到文件系统中。我也希望它保持目录结构。例子:
Jar file -configs/ -main-config.cfg -another-file.txt -stuff/ -another-file.cfg -com/ -META-INF/
我希望将 configs/ 的内容镜像到文件系统,包括子文件夹。
用于JarFile.entries获取 Jar 文件中所有条目的枚举。
JarFile.entries