Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java32 public class ZipFile implements java.util.zip.ZipConstants, java.io.Closeable { class
34 public ZipFile(java.lang.String name) throws java.io.IOException { in ZipFile() method in ZipFile
38 public ZipFile(java.io.File file, int mode) throws java.io.IOException { in ZipFile() method in ZipFile
42 public ZipFile(java.io.File file) throws java.io.IOException, java.util.zip.ZipException { in ZipFile() method in ZipFile
46 public ZipFile(java.io.File file, int mode, java.nio.charset.Charset charset) in ZipFile() method in ZipFile
51 public ZipFile(java.lang.String name, java.nio.charset.Charset charset) in ZipFile() method in ZipFile
56 public ZipFile(java.io.File file, java.nio.charset.Charset charset) throws java.io.IOException { in ZipFile() method in ZipFile
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java64 class ZipFile implements ZipConstants, Closeable { class
157 public ZipFile(String name) throws IOException { in ZipFile() method in ZipFile
186 public ZipFile(File file, int mode) throws IOException { in ZipFile() method in ZipFile
200 public ZipFile(File file) throws ZipException, IOException { in ZipFile() method in ZipFile
238 public ZipFile(File file, int mode, Charset charset) throws IOException in ZipFile() method in ZipFile
300 public ZipFile(String name, Charset charset) throws IOException in ZipFile() method in ZipFile
320 public ZipFile(File file, Charset charset) throws IOException in ZipFile() method in ZipFile