Class UnzipUtility


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

      Constructors 
      Constructor Description
      UnzipUtility()  
    • Method Summary

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

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

      • UnzipUtility

        public UnzipUtility()
    • Method Detail

      • unzipfile

        public static void unzipfile​(java.lang.String source,
                                     java.lang.String dest)
                              throws SException
        Throws:
        SException