Home
last modified time | relevance | path

Searched refs:URLJarFileCloseController (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java56 private URLJarFileCloseController closeController = null;
68 … static JarFile getJarFile(URL url, URLJarFileCloseController closeController) throws IOException { in getJarFile()
88 public URLJarFile(File file, URLJarFileCloseController closeController) throws IOException { in URLJarFile()
93 private URLJarFile(URL url, URLJarFileCloseController closeController) throws IOException { in URLJarFile()
200 …private static JarFile retrieve(final URL url, final URLJarFileCloseController closeController) th… in retrieve()
287 public interface URLJarFileCloseController { interface in URLJarFile
DJarFileFactory.java43 class JarFileFactory implements URLJarFile.URLJarFileCloseController {