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

public class Archive extends Object
Archive is the main entry point to unpack200. An archive is constructed with either two file names, a pack file and an output file name or an input stream and an output streams. Then unpack() is called, to unpack the pack200 archive.