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

/dalvik/libcore/archive/src/main/java/java/util/zip/
H A DZipInputStream.java96 closeEntry(); // Close the current entry
107 public void closeEntry() throws IOException { method in class:ZipInputStream
205 closeEntry();
H A DZipOutputStream.java113 public void closeEntry() throws IOException { method in class:ZipOutputStream
210 closeEntry();
236 * written {@code closeEntry()} must be called to complete the writing of
247 closeEntry();

Completed in 52 milliseconds