org.jbake.app
Class ZipUtil
java.lang.Object
org.jbake.app.ZipUtil
public class ZipUtil
- extends Object
Provides Zip file related functions
- Author:
- Jonathan Bullock
|
Method Summary |
static void |
extract(InputStream is,
File outputFolder)
Extracts content of Zip file to specified output path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipUtil
public ZipUtil()
extract
public static void extract(InputStream is,
File outputFolder)
throws IOException
- Extracts content of Zip file to specified output path.
- Parameters:
is - InputStream InputStream of Zip fileoutputFolder - folder where Zip file should be extracted to
- Throws:
IOException
Copyright © 2013. All Rights Reserved.