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.
目录使用上下文中的 ZipEntry 等价物是什么?我正在尝试替换为 zipfiles 编写的代码,以将其转换为为目录编写的代码。
作为 aZipEntry代表一个文件,我猜你正在寻找java.io.File.
ZipEntry
java.io.File