Package org.eclipse.net4j.util.io
Interface ZIPUtil.UnzipHandler
- All Known Implementing Classes:
ZIPUtil.FileSystemUnzipHandler
- Enclosing class:
- ZIPUtil
public static interface ZIPUtil.UnzipHandler
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
unzipDirectory
(String name) void
unzipFile
(String name, InputStream zipStream)
-
Method Details
-
unzipDirectory
- Throws:
IOException
-
unzipFile
- Throws:
IOException
-