Class Pack200Packing

    • Constructor Summary

      Constructors 
      Constructor Description
      Pack200Packing()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getNames()  
      java.lang.String getUnpackedExtension​(java.lang.String ext)  
      java.io.InputStream unpack​(java.io.InputStream packed)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Pack200Packing

        public Pack200Packing()
    • Method Detail

      • unpack

        public java.io.InputStream unpack​(java.io.InputStream packed)
                                   throws java.io.IOException
        Specified by:
        unpack in class StreamPacking
        Throws:
        java.io.IOException