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

/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DAssortment.java119 void verify(JarInputStream jis) throws Exception { argument
123 ZipEntry e = jis.getNextEntry();
127 jis.read(otherData);
226 JarInputStream jis = new JarInputStream(
230 check(jis.getManifest() != null);
233 e.verify(jis);
235 jis.close();

Completed in 41 milliseconds