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 SummaryConstructors Constructor Description UnzipUtility()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidunzip(File zipFile, File destination)Unzips the given file to given destintaion.
 
- 
- 
- 
Method Detail- 
unzippublic 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
 
 
- 
 
-