com.eurotech.framework.cloud.app.command
Class UnZip
java.lang.Object
com.eurotech.framework.cloud.app.command.UnZip
public class UnZip
- extends Object
Constructor Summary |
UnZip()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnZip
public UnZip()
main
public static void main(String[] args)
unZipBytes
public static void unZipBytes(byte[] bytes,
String outputFolder)
throws IOException
- Throws:
IOException
unZipFile
public static void unZipFile(String filename,
String outputFolder)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.