ZipFile

Class ZipFile

All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
JarFile
public class ZipFile
extends Object
implements Closeable

This class is used to read entries from a zip file.

Unless otherwise noted, passing a null argument to a constructor or method in this class will cause a NullPointerException to be thrown.

Fields

登录查看完整内容