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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DURLJarFile.java46 public class URLJarFile extends JarFile { class in inherits:JarFile
69 return new URLJarFile(url, closeController);
77 * to instantiate URLJarFile from sun.plugin package.
79 public URLJarFile(File file) throws IOException { method in class:URLJarFile
85 * to instantiate URLJarFile from sun.plugin package.
87 public URLJarFile(File file, URLJarFileCloseController closeController) throws IOException { method in class:URLJarFile
92 private URLJarFile(URL url, URLJarFileCloseController closeController) throws IOException { method in class:URLJarFile
221 JarFile jarFile = new URLJarFile(tmpFile.toFile(), closeController);
261 if (URLJarFile.this.isSuperMan()) {
262 Map<String, Attributes> e = URLJarFile
[all...]
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java43 class JarFileFactory implements URLJarFile.URLJarFileCloseController {
84 local_result = URLJarFile.getJarFile(url, this);
99 result = URLJarFile.getJarFile(url, this);
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java43 class JarFileFactory implements URLJarFile.URLJarFileCloseController {
94 local_result = URLJarFile.getJarFile(url, this);
109 result = URLJarFile.getJarFile(url, this);
/openjdk7/jdk/make/sun/net/
H A DFILES_java.gmk115 sun/net/www/protocol/jar/URLJarFile.java \

Completed in 47 milliseconds