net.masterthought.cucumber.util
Class UnzipUtils

java.lang.Object
  extended by net.masterthought.cucumber.util.UnzipUtils

public class UnzipUtils
extends Object

See Also:
http://javadevtips.blogspot.de/2011/10/unzip-files.html

Constructor Summary
UnzipUtils()
           
 
Method Summary
static void unzipToFile(File srcZipFile, File destDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnzipUtils

public UnzipUtils()
Method Detail

unzipToFile

public static void unzipToFile(File srcZipFile,
                               File destDirectory)


Copyright © 2014. All Rights Reserved.