All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.util.zip.ZipEntry | +----java.util.jar.JarEntry
JarEntry
for the specified JAR file
entry name.
Manifest
Attributes
for this
entry, or null
if none.
Identity
objects for this entry, or
null
if none.
public JarEntry(String name)
JarEntry
for the specified JAR file
entry name.
null
public Attributes getAttributes()
Manifest
Attributes
for this
entry, or null
if none.
public Identity[] getIdentities()
Identity
objects for this entry, or
null
if none. This method can only be called once
the JarEntry
has been completely verified by reading
from the entry input stream until the end of the stream has been
reached. Otherwise, this method will return null
All Packages Class Hierarchy This Package Previous Next Index