Class Pack200PackerAdapter

java.lang.Object
org.apache.commons.compress.harmony.pack200.Pack200Adapter
org.apache.commons.compress.harmony.pack200.Pack200PackerAdapter
All Implemented Interfaces:
Pack200.Packer

public class Pack200PackerAdapter extends Pack200Adapter implements Pack200.Packer
This class provides the binding between the standard Pack200 interface and the internal interface for (un)packing. As this uses generics for the SortedMap, this class must be compiled and run on a Java 1.5 system. However, Java 1.5 is not necessary to use the internal libraries for unpacking.