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

/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java35 * The {@code StrictJarManifest} class is used to obtain attribute information for a
40 public class StrictJarManifest implements Cloneable { class in inherits:Cloneable
69 * Creates a new {@code StrictJarManifest} instance.
71 public StrictJarManifest() { method in class:StrictJarManifest
77 * Creates a new {@code StrictJarManifest} instance using the attributes obtained
83 * if an IO error occurs while creating this {@code StrictJarManifest}
85 public StrictJarManifest(InputStream is) throws IOException { method in class:StrictJarManifest
91 * Creates a new {@code StrictJarManifest} instance. The new instance will have the
92 * same attributes as those found in the parameter {@code StrictJarManifest}.
95 * {@code StrictJarManifest} instanc
98 public StrictJarManifest(StrictJarManifest man) { method in class:StrictJarManifest
104 StrictJarManifest(byte[] manifestBytes, boolean readChunks) throws IOException { method in class:StrictJarManifest
[all...]

Completed in 8 milliseconds