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

/libcore/ojluni/src/main/java/java/util/jar/
H A DJarEntry.java37 class JarEntry extends ZipEntry { class in inherits:ZipEntry
43 * Creates a new <code>JarEntry</code> for the specified JAR file
51 public JarEntry(String name) { method in class:JarEntry
56 * Creates a new <code>JarEntry</code> with fields taken from the
59 * <code>JarEntry</code> from
61 public JarEntry(ZipEntry ze) { method in class:JarEntry
66 * Creates a new <code>JarEntry</code> with fields taken from the
67 * specified <code>JarEntry</code> object.
69 * @param je the <code>JarEntry</code> to copy
71 public JarEntry(JarEntr method in class:JarEntry
[all...]

Completed in 664 milliseconds