Package gaiasky.util

Class ZipUtils


  • public class ZipUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void unzip​(java.lang.String zipFilePath, java.lang.String destDir)  
      • Methods inherited from class java.lang.Object

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

      • ZipUtils

        public ZipUtils()
    • Method Detail

      • unzip

        public static void unzip​(java.lang.String zipFilePath,
                                 java.lang.String destDir)
                          throws java.io.IOException
        Throws:
        java.io.IOException