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.
调用时new ZipFile(myZip),Java 7 是否将整个 zip 文件加载到内存中?或者它只按需加载条目?我查看了实现,但该open方法是本机方法。
new ZipFile(myZip)
open