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

/libcore/luni/src/main/java/java/util/jar/
H A DJarEntry.java39 public class JarEntry extends ZipEntry { class in inherits:ZipEntry
52 * Creates a new {@code JarEntry} named name.
55 * The name of the new {@code JarEntry}.
57 public JarEntry(String name) { method in class:JarEntry
63 * Creates a new {@code JarEntry} using the values obtained from entry.
68 public JarEntry(ZipEntry entry) { method in class:JarEntry
72 JarEntry(ZipEntry entry, JarFile parentJar) { method in class:JarEntry
78 * Create a new {@code JarEntry} using the values obtained from the
82 * The {@code JarEntry} to obtain values from.
84 public JarEntry(JarEntr method in class:JarEntry
[all...]

Completed in 63 milliseconds