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
62 * Creates a new {@code JarEntry} using the values obtained from entry.
67 public JarEntry(ZipEntry entry) { method in class:JarEntry
116 * Create a new {@code JarEntry} using the values obtained from the
120 * The {@code JarEntry} to obtain values from.
122 public JarEntry(JarEntry j method in class:JarEntry
[all...]

Completed in 54 milliseconds