Uses of Class
java.util.jar.JarFile
| Package | Description |
|---|---|
| java.net | |
| java.util.jar | |
| libcore.net.url |
-
Uses of JarFile in java.net
Methods in java.net that return JarFile Modifier and Type Method Description abstract JarFileJarURLConnection. getJarFile()Gets theJarFileobject referenced by thisJarURLConnection. -
Uses of JarFile in java.util.jar
Methods in java.util.jar with parameters of type JarFile Modifier and Type Method Description voidPack200.Packer. pack(JarFile in, OutputStream out)Pack the specified JAR file to the specified output stream. -
Uses of JarFile in libcore.net.url
Methods in libcore.net.url that return JarFile Modifier and Type Method Description JarFileJarURLConnectionImpl. getJarFile()Returns the Jar file referred by thisURLConnection.