Class ZipPacking

    • Constructor Summary

      Constructors 
      Constructor Description
      ZipPacking()  
    • 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)  
      void unpack​(java.io.InputStream packed, java.io.File dest)  
      protected void writeFile​(java.io.InputStream zip, java.io.File f)  
      • Methods inherited from class java.lang.Object

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

      • ZipPacking

        public ZipPacking()
    • Method Detail

      • unpack

        public void unpack​(java.io.InputStream packed,
                           java.io.File dest)
                    throws java.io.IOException
        Specified by:
        unpack in class ArchivePacking
        Throws:
        java.io.IOException
      • writeFile

        protected void writeFile​(java.io.InputStream zip,
                                 java.io.File f)
                          throws java.io.IOException
        Throws:
        java.io.IOException