Package org.aion4j.avm.helper.util
Class ZipUtil
- java.lang.Object
-
- org.aion4j.avm.helper.util.ZipUtil
-
public class ZipUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ZipUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static FilenewFile(File destinationDir, ZipEntry zipEntry)static voidunzipFile(File fileZip, File destDir)
-
-
-
Method Detail
-
unzipFile
public static void unzipFile(File fileZip, File destDir) throws IOException
- Throws:
IOException
-
newFile
protected static File newFile(File destinationDir, ZipEntry zipEntry) throws IOException
- Throws:
IOException
-
-