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

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DURLJarFile.java46 public class URLJarFile extends JarFile { class in inherits:JarFile
70 return new URLJarFile(url, closeController);
78 * to instantiate URLJarFile from sun.plugin package.
80 public URLJarFile(File file) throws IOException { method in class:URLJarFile
86 * to instantiate URLJarFile from sun.plugin package.
88 public URLJarFile(File file, URLJarFileCloseController closeController) throws IOException { method in class:URLJarFile
93 private URLJarFile(URL url, URLJarFileCloseController closeController) throws IOException { method in class:URLJarFile
223 JarFile jarFile = new URLJarFile(tmpFile.toFile(), closeController);
263 if (URLJarFile.this.isSuperMan()) {
264 Map<String, Attributes> e = URLJarFile
[all...]

Completed in 55 milliseconds