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

/libcore/luni/src/main/java/java/util/jar/
H A DJarOutputStream.java52 putNextEntry(ze);
81 public void putNextEntry(ZipEntry ze) throws IOException { method in class:JarOutputStream
82 super.putNextEntry(ze);
/libcore/luni/src/main/java/java/util/zip/
H A DZipOutputStream.java53 * zos.putNextEntry(entry);
268 public void putNextEntry(ZipEntry ze) throws IOException { method in class:ZipOutputStream

Completed in 110 milliseconds