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

/libcore/ojluni/src/main/java/java/util/jar/
H A DJarInputStream.java34 * The <code>JarInputStream</code> class is used to read the contents of
46 class JarInputStream extends ZipInputStream { class in inherits:ZipInputStream
55 * Creates a new <code>JarInputStream</code> and reads the optional
57 * the signatures if the JarInputStream is signed.
61 public JarInputStream(InputStream in) throws IOException { method in class:JarInputStream
66 * Creates a new <code>JarInputStream</code> and reads the optional
68 * to verify the signatures if the JarInputStream is signed.
71 * @param verify whether or not to verify the JarInputStream if
75 public JarInputStream(InputStream in, boolean verify) throws IOException { method in class:JarInputStream

Completed in 59 milliseconds