com.atlassian.jira.functest.config
Class ZipHelper
java.lang.Object
com.atlassian.jira.functest.config.ZipHelper
public class ZipHelper
- extends Object
Simple helper class to extract a zip file directory contents and all.
- Since:
- v4.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipHelper
public ZipHelper()
extractTo
public static void extractTo(File zipFile,
File outDir)
throws IOException
- Throws:
IOException
extractTo
public static void extractTo(InputStream is,
File outDir)
throws IOException
- Throws:
IOException
Copyright © 2002-2011 Atlassian. All Rights Reserved.