Package de.mhus.lib.core.io
Class Unzip
- java.lang.Object
-
- de.mhus.lib.core.MLog
-
- de.mhus.lib.core.lang.MObject
-
- de.mhus.lib.core.io.Unzip
-
- All Implemented Interfaces:
ILog,MNlsProvider,Nls
public class Unzip extends MObject
-
-
Constructor Summary
Constructors Constructor Description Unzip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidunzip(File src, File dst, FileFilter filter)
-
-
-
Method Detail
-
unzip
public void unzip(File src, File dst, FileFilter filter) throws ZipException, IOException
- Throws:
ZipExceptionIOException
-
-