Class UnzipFile
- java.lang.Object
-
- science.aist.gtf.template.impl.handler.UnzipFile
-
public class UnzipFile extends Object
Unzips an input stream of a zip file
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description UnzipFile()
-
-
-
Method Detail
-
unzip
public void unzip(InputStream fileZip, String destDir)
-
-