Searched defs:URLJarFile (Results 1 - 1 of 1) 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...]

Completed in 200 milliseconds