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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DJarURLConnection.java71 private JarEntry jarEntry; field in class:JarURLConnection
95 return jarEntry;
132 jarEntry = (JarEntry)jarFile.getEntry(entryName);
133 if (jarEntry == null) {
157 if (jarEntry == null) {
162 result = new JarURLInputStream (jarFile.getInputStream(jarEntry));
178 if (jarEntry == null) {
209 InputStream in = jarFile.getInputStream(jarEntry);

Completed in 345 milliseconds