Interface ZIPUtil.UnzipHandler

    • Method Detail

      • unzipDirectory

        void unzipDirectory​(java.lang.String name)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • unzipFile

        void unzipFile​(java.lang.String name,
                       java.io.InputStream zipStream)
                throws java.io.IOException
        Throws:
        java.io.IOException