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