Package sk.iway.iwcm
Class UnzipUtility
java.lang.Object
sk.iway.iwcm.UnzipUtility
This utility extracts files and directories of a standard zip file to
a destination directory.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnzipUtility
public UnzipUtility()
-
-
Method Details
-
unzip
Extracts a zip file specified by the zipFilePath to a directory specified by destDirectory (will be created if does not exists)- Parameters:
zipFile
-destDir
-- Throws:
IOException
-