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

/libcore/ojluni/src/main/java/java/util/jar/
H A DManifest.java38 * The Manifest class is used to maintain Manifest entry names and their
39 * associated Attributes. There are main Manifest Attributes as well as
40 * per-entry Attributes. For information on the Manifest format, please
43 * Manifest format specification</a>.
49 public class Manifest implements Cloneable { class in inherits:Cloneable
57 * Constructs a new, empty Manifest.
59 public Manifest() { method in class:Manifest
63 * Constructs a new Manifest from the specified input stream.
68 public Manifest(InputStrea method in class:Manifest
77 public Manifest(Manifest man) { method in class:Manifest
[all...]

Completed in 935 milliseconds