java.lang.Object
org.apache.commons.compress.harmony.pack200.Archive

public class Archive extends Object
Archive is the main entry point to pack200 and represents a packed archive. An archive is constructed with either a JarInputStream and an output stream or a JarFile as input and an OutputStream. Options can be set, then pack() is called, to pack the Jar file into a pack200 archive.