Class UnzipUtility


  • public class UnzipUtility
    extends Object
    Utility to unzip archive files.
    • Constructor Detail

      • UnzipUtility

        public UnzipUtility()
    • Method Detail

      • unzip

        public static void unzip​(File zipFile,
                                 File destination)
                          throws IOException
        Unzips the given file to given destintaion.
        Parameters:
        zipFile - the zip file, cannot be null
        destination - the destination file to unzip, cannot be null
        Throws:
        IOException