Uses of Class
java.util.jar.JarEntry
| Package | Description |
|---|---|
| java.net | |
| java.util.jar | |
| libcore.net.url |
-
Uses of JarEntry in java.net
Methods in java.net that return JarEntry Modifier and Type Method Description JarEntryJarURLConnection. getJarEntry()Gets theJarEntryobject of the entry referenced by thisJarURLConnection. -
Uses of JarEntry in java.util.jar
Methods in java.util.jar that return JarEntry Modifier and Type Method Description JarEntryJarFile. getJarEntry(String name)Return theJarEntryspecified by its name ornullif no such entry exists.JarEntryJarInputStream. getNextJarEntry()Returns the nextJarEntrycontained in this stream ornullif no more entries are present.Methods in java.util.jar that return types with arguments of type JarEntry Modifier and Type Method Description Enumeration<JarEntry>JarFile. entries()Return an enumeration containing theJarEntryscontained in thisJarFile.Constructors in java.util.jar with parameters of type JarEntry Constructor Description JarEntry(JarEntry je)Create a newJarEntryusing the values obtained from the argument. -
Uses of JarEntry in libcore.net.url
Methods in libcore.net.url that return JarEntry Modifier and Type Method Description JarEntryJarURLConnectionImpl. getJarEntry()Returns the JarEntry of the entry referenced by thisURLConnection.