org.eclipse.net4j.util.io
Interface ZIPUtil.UnzipHandler

All Known Implementing Classes:
ZIPUtil.FileSystemUnzipHandler
Enclosing class:
ZIPUtil

public static interface ZIPUtil.UnzipHandler


Method Summary
 void unzipDirectory(String name)
           
 void unzipFile(String name, InputStream zipStream)
           
 

Method Detail

unzipDirectory

void unzipDirectory(String name)
                    throws IOException
Throws:
IOException

unzipFile

void unzipFile(String name,
               InputStream zipStream)
               throws IOException
Throws:
IOException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.