Lines Matching refs:getInputStream

442                     InputStream is = jarFile.getInputStream(entry);
554 * java.util.jar.JarFile#getInputStream(java.util.zip.ZipEntry)
569 InputStream in = jar.getInputStream(entry);
577 InputStream in = jar.getInputStream(entry);
589 InputStream in = jar.getInputStream(entry);
608 InputStream in = jar.getInputStream(entry);
669 InputStream is = jarFile.getInputStream(entry);
697 InputStream is = jarFile.getInputStream(entry);
758 jarFile.getInputStream(zipEntry);
771 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
785 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
792 //jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
793 jarFile.getInputStream(zipEntry).read(new byte[5000], 0, 5000);
814 jarFile.getInputStream(zipEntry);
834 jarFile.getInputStream(zipEntry);
842 * The content of Test.class is modified, jarFile.getInputStream will not
844 * from getInputStream method has been read to end.
853 jarFile.getInputStream(zipEntry);
857 InputStream in = jarFile.getInputStream(zipEntry);
872 * tampered manually. Hence the RI 5.0 JarFile.getInputStream of any
884 jarFile.getInputStream(zipEntry);
895 * example Test.class in our jar, the jarFile.getInputStream will throw
907 jarFile.getInputStream(zipEntry);
918 * JarFile.getInputStream of any JarEntry will throw Security Exception.
928 jarFile.getInputStream(zipEntry);
951 * java.util.jar.JarFile#getInputStream(java.util.zip.ZipEntry)
963 java.io.InputStream is = jf.getInputStream(jf.getEntry(entryName));
978 InputStream in = jf.getInputStream(new JarEntry("invalid"));
988 jf.getInputStream(jre);
1003 jf.getInputStream(jre);
1024 int res = jarFile.getInputStream(zipEntry).read(new byte[100], 0, 100);
1028 res = jarFile.getInputStream(zipEntry).read(new byte[100], 0, 100);
1032 res = jarFile.getInputStream(zipEntry).read();
1135 InputStream in = jarFile.getInputStream(jre);