Package org.savantbuild.io.zip
Class ZipTools
java.lang.Object
org.savantbuild.io.zip.ZipTools
Collection of ZIP file tools.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZipTools
public ZipTools()
-
-
Method Details
-
unzip
Unzips a ZIP file to a directory.- Parameters:
file- The ZIP file to unzip.to- The directory to unzip to.- Throws:
IOException- If the unzip fails.
-