
public static final class ZIPUtil.FileSystemUnzipHandler extends Object implements ZIPUtil.UnzipHandler
| Constructor and Description |
|---|
ZIPUtil.FileSystemUnzipHandler(File targetFolder,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
File |
getTargetFolder() |
void |
unzipDirectory(String name) |
void |
unzipFile(String name,
InputStream zipStream) |
public ZIPUtil.FileSystemUnzipHandler(File targetFolder, int bufferSize)
public File getTargetFolder()
public void unzipDirectory(String name)
unzipDirectory in interface ZIPUtil.UnzipHandlerpublic void unzipFile(String name, InputStream zipStream)
unzipFile in interface ZIPUtil.UnzipHandlerCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.