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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarInputStreamTest.java28 import java.util.jar.JarInputStream;
56 // Test for method java.util.jar.JarInputStream(java.io.InputStream)
59 JarInputStream jis = new JarInputStream(is);
76 JarInputStream jis = new JarInputStream(is, false);
98 JarInputStream jis = new JarInputStream(is);
117 jis = new JarInputStream(is, false);
129 // java.util.jar.JarInputStream
[all...]
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DOldJarInputStreamTest.java25 import java.util.jar.JarInputStream;
37 new JarInputStream(is, false);
45 class Mock_JarInputStream extends JarInputStream {
68 JarInputStream jis = new JarInputStream(is, true);
/libcore/luni/src/main/java/java/util/jar/
H A DJarInputStream.java41 public class JarInputStream extends ZipInputStream { class in inherits:ZipInputStream
58 * Constructs a new {@code JarInputStream} from an input stream.
68 public JarInputStream(InputStream stream, boolean verify) throws IOException { method in class:JarInputStream
93 verifier = new JarVerifier("JarInputStream", manifest, metaEntries);
111 * Constructs a new {@code JarInputStream} from an input stream.
119 public JarInputStream(InputStream stream) throws IOException { method in class:JarInputStream
125 * JarInputStream} or {@code null} if no manifest entry exists.
H A DPack200.java214 void pack(JarInputStream in, OutputStream out) throws IOException;

Completed in 181 milliseconds