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

/dalvik/libcore/archive/src/main/java/java/util/zip/
H A DZipFile.java45 public class ZipFile implements ZipConstants { class in inherits:ZipConstants
69 * Constructs a new {@code ZipFile} with the specified file.
78 public ZipFile(File file) throws ZipException, IOException { method in class:ZipFile
94 public ZipFile(File file, int mode) throws IOException { method in class:ZipFile
126 public ZipFile(String name) throws IOException { method in class:ZipFile
193 * Gets the ZIP entry with the specified name from this {@code ZipFile}.
259 * Gets the file name of this {@code ZipFile}.
261 * @return the file name of this {@code ZipFile}.
268 * Returns the number of {@code ZipEntries} in this {@code ZipFile}.

Completed in 71 milliseconds