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

/libcore/luni/src/main/java/java/net/
H A DJarURLConnection.java144 return getJarFile().getJarEntry(entryName);
155 return (Manifest)getJarFile().getManifest().clone();
166 public abstract JarFile getJarFile() throws java.io.IOException; method in class:JarURLConnection
189 Manifest m = getJarFile().getManifest();
/libcore/luni/src/test/java/libcore/java/net/
H A DOldJarURLConnectionTest.java81 JarFile jf = juc.getJarFile();
171 connection.getJarFile();
181 juConn.getJarFile();
193 ZipFile jf1 = con1.getJarFile();
195 ZipFile jf2 = con2.getJarFile();
203 jf1 = con1.getJarFile();
205 jf2 = con2.getJarFile();
221 conn.getJarFile().entries();
235 JarFile jarFile1 = connection.getJarFile();
239 JarFile jarFile2 = connection.getJarFile();
345 public JarFile getJarFile() throws IOException { method in class:OldJarURLConnectionTest.TestJarURLConnection
[all...]
/libcore/luni/src/main/java/libcore/net/url/
H A DJarURLConnectionImpl.java96 public JarFile getJarFile() throws IOException { method in class:JarURLConnectionImpl

Completed in 84 milliseconds