Method Summary |
|
public void | clear() Resets the both the mainAttributes as well as the entry Attributes
associated with this Manifest. |
public Object | clone() Creates a copy of this Manifest. |
public boolean | equals(Object o) Determines if the receiver is equal to the parameter Object. |
public Attributes | getAttributes(String name) Returns the Attributes associated with the parameter entry name
Parameters: name - The name of the entry to obtain Attributes for. |
byte[] | getChunk(String name) |
public Map<String, Attributes> | getEntries() Returns a Map containing the Attributes for each entry in the Manifest. |
public Attributes | getMainAttributes() Returns the main Attributes of the JarFile. |
byte[] | getMainAttributesChunk() |
public int | hashCode() Returns the hashCode for this instance. |
public void | read(InputStream is) Constructs a new Manifest instance obtaining Attribute information from
the parameter InputStream. |
void | removeChunks() |
public void | write(OutputStream os) |
static void | write(Manifest manifest, OutputStream out) |