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

/libcore/luni/src/main/java/java/util/zip/
H A DZipFile.java50 public class ZipFile implements ZipConstants { class in inherits:ZipConstants
93 * Constructs a new {@code ZipFile} with the specified file.
102 public ZipFile(File file) throws ZipException, IOException { method in class:ZipFile
118 public ZipFile(File file, int mode) throws IOException { method in class:ZipFile
144 public ZipFile(String name) throws IOException { method in class:ZipFile
215 * Gets the ZIP entry with the specified name from this {@code ZipFile}.
278 * Gets the file name of this {@code ZipFile}.
280 * @return the file name of this {@code ZipFile}.
287 * Returns the number of {@code ZipEntries} in this {@code ZipFile}.
447 // explicitly checks that the InputStream returned from ZipFile
[all...]

Completed in 4528 milliseconds