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

/libcore/ojluni/src/main/java/java/util/jar/
H A DJarOutputStream.java32 * The <code>JarOutputStream</code> class is used to write the contents
45 class JarOutputStream extends ZipOutputStream { class in inherits:ZipOutputStream
49 * Creates a new <code>JarOutputStream</code> with the specified
57 public JarOutputStream(OutputStream out, Manifest man) throws IOException { method in class:JarOutputStream
69 * Creates a new <code>JarOutputStream</code> with no manifest.
73 public JarOutputStream(OutputStream out) throws IOException { method in class:JarOutputStream

Completed in 80 milliseconds