Package com._1c.g5.v8.dt.testing.compare
Class UnzipUtility
- java.lang.Object
-
- com._1c.g5.v8.dt.testing.compare.UnzipUtility
-
public class UnzipUtility extends Object
Utility to unzip archive files.
-
-
Constructor Summary
Constructors Constructor Description UnzipUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
unzip(File zipFile, File destination)
Unzips the given file to given destintaion.
-
-
-
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 benull
destination
- the destination file to unzip, cannot benull
- Throws:
IOException
-
-