Class UnzipUtility

java.lang.Object
com._1c.g5.v8.dt.testing.compare.UnzipUtility

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

    • UnzipUtility

      public UnzipUtility()
  • Method Details

    • 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