All Packages Class Hierarchy This Package Previous Next Index
Class sun.beanbox.Manifest
java.lang.Object
|
+----sun.beanbox.Manifest
- public class Manifest
- extends Object
-
Manifest()
-
-
Manifest(byte[])
-
-
Manifest(InputStream)
- Parse a manifest from a stream
-
Manifest(String[])
-
-
addEntry(MessageHeader)
-
-
addFile(File)
-
-
addFiles(File, String[])
-
-
entries()
-
-
entryAt(int)
-
-
getEntry(String)
-
-
isManifestName(String)
-
-
stream(OutputStream, Vector)
-
Manifest
public Manifest()
Manifest
public Manifest(byte bytes[]) throws IOException
Manifest
public Manifest(InputStream is) throws IOException
- Parse a manifest from a stream
Manifest
public Manifest(String files[]) throws IOException
addEntry
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 IOException
addFile
public void addFile(File f) throws IOException
stream
public void stream(OutputStream os,
Vector extraFiles) throws IOException
isManifestName
public static boolean isManifestName(String name)
All Packages Class Hierarchy This Package Previous Next Index