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

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipFile.java62 class ZipFile implements ZipConstants, Closeable { class in inherits:ZipConstants,Closeable
87 * <tt>ZipFile</tt> object until either the close method is invoked or the
117 public ZipFile(String name) throws IOException { method in class:ZipFile
122 * Opens a new <code>ZipFile</code> to read from the specified
146 public ZipFile(File file, int mode) throws IOException { method in class:ZipFile
160 public ZipFile(File file) throws ZipException, IOException { method in class:ZipFile
167 * Opens a new <code>ZipFile</code> to read from the specified
198 public ZipFile(File file, int mode, Charset charset) throws IOException method in class:ZipFile
257 public ZipFile(String name, Charset charset) throws IOException method in class:ZipFile
277 public ZipFile(Fil method in class:ZipFile
[all...]

Completed in 24 milliseconds