org.gridkit.lab.util.shell
Class ArchHelper

java.lang.Object
  extended by org.gridkit.lab.util.shell.ArchHelper

public class ArchHelper
extends Object


Constructor Summary
ArchHelper()
           
 
Method Summary
static void uncompressGz(File archive, File destination)
           
static void uncompressZip(File archive, File destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchHelper

public ArchHelper()
Method Detail

uncompressZip

public static void uncompressZip(File archive,
                                 File destination)
                          throws IOException
Throws:
IOException

uncompressGz

public static void uncompressGz(File archive,
                                File destination)
                         throws IOException
Throws:
IOException


Copyright © 2017. All Rights Reserved.