Package io.inugami.commons.files
Class Unzip
- java.lang.Object
-
- io.inugami.commons.files.Unzip
-
public class Unzip extends Object
Unzip- Since:
- 22 juin 2017
-
-
Constructor Summary
Constructors Constructor Description Unzip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
unzip(File zipFile, File destination)
void
unzipLogLess(File zipFile, File destination)
-
-
-
Method Detail
-
unzipLogLess
public void unzipLogLess(File zipFile, File destination) throws IOException
- Throws:
IOException
-
unzip
public void unzip(File zipFile, File destination) throws IOException
- Throws:
IOException
-
-