All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sun.beanbox.Manifest
public Manifest()Manifest
public Manifest(byte bytes[]) throws IOExceptionManifest
public Manifest(InputStream is) throws IOException
public Manifest(String files[]) throws IOException
public void addEntry(MessageHeader entry)getEntry
public MessageHeader getEntry(String name)entryAt
public MessageHeader entryAt(int i)entries
public Enumeration entries()addFiles
public void addFiles(File dir, String files[]) throws IOExceptionaddFile
public void addFile(File f) throws IOExceptionstream
public void stream(OutputStream os, Vector extraFiles) throws IOExceptionisManifestName
public static boolean isManifestName(String name)
All Packages Class Hierarchy This Package Previous Next Index