Package org.eclipse.net4j.util.io
Class ZIPUtil.FileSystemUnzipHandler
java.lang.Object
org.eclipse.net4j.util.io.ZIPUtil.FileSystemUnzipHandler
- All Implemented Interfaces:
ZIPUtil.UnzipHandler
- Enclosing class:
- ZIPUtil
- Author:
- Eike Stepper
-
Constructor Summary
ConstructorDescriptionFileSystemUnzipHandler
(File targetFolder) FileSystemUnzipHandler
(File targetFolder, int bufferSize) -
Method Summary
Modifier and TypeMethodDescriptionvoid
unzipDirectory
(String name) void
unzipFile
(String name, InputStream zipStream)
-
Constructor Details
-
FileSystemUnzipHandler
-
FileSystemUnzipHandler
- Since:
- 3.4
-
-
Method Details
-
getTargetFolder
-
unzipDirectory
- Specified by:
unzipDirectory
in interfaceZIPUtil.UnzipHandler
-
unzipFile
- Specified by:
unzipFile
in interfaceZIPUtil.UnzipHandler
-