public class Pack200UnpackerAdapter extends Pack200Adapter implements Unpacker(Code)
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.