Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java46 public class URLJarFile extends JarFile { class
70 return new URLJarFile(url, closeController); in getJarFile()
80 public URLJarFile(File file) throws IOException { in URLJarFile() method in URLJarFile
88 public URLJarFile(File file, URLJarFileCloseController closeController) throws IOException { in URLJarFile() method in URLJarFile
93 private URLJarFile(URL url, URLJarFileCloseController closeController) throws IOException { in URLJarFile() method in URLJarFile
225 JarFile jarFile = new URLJarFile(tmpFile.toFile(), closeController); in retrieve()
265 if (URLJarFile.this.isSuperMan()) { in getAttributes()
266 Map<String, Attributes> e = URLJarFile.this.superEntries; in getAttributes()
DJarFileFactory.java43 class JarFileFactory implements URLJarFile.URLJarFileCloseController {
84 local_result = URLJarFile.getJarFile(url, this); in get()
99 result = URLJarFile.getJarFile(url, this); in get()
/libcore/
Dopenjdk_java_files.bp1636 "ojluni/src/main/java/sun/net/www/protocol/jar/URLJarFile.java",
DEXPECTED_UPSTREAM1519 …java/sun/net/www/protocol/jar/URLJarFile.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/net/www…