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