Searched defs:ZipFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipFile.java56 class ZipFile implements ZipConstants, Closeable { class in inherits:ZipConstants,Closeable
75 * <tt>ZipFile</tt> object until either the close method is invoked or the
115 public ZipFile(String name) throws IOException { method in class:ZipFile
120 * Opens a new <code>ZipFile</code> to read from the specified
144 public ZipFile(File file, int mode) throws IOException { method in class:ZipFile
158 public ZipFile(File file) throws ZipException, IOException { method in class:ZipFile
165 * Opens a new <code>ZipFile</code> to read from the specified
196 public ZipFile(File file, int mode, Charset charset) throws IOException method in class:ZipFile
247 public ZipFile(String name, Charset charset) throws IOException method in class:ZipFile
267 public ZipFile(Fil method in class:ZipFile
[all...]

Completed in 30 milliseconds