org.hsqldb.lib
Class ZipUnzipFile

java.lang.Object
  extended byorg.hsqldb.lib.ZipUnzipFile

public class ZipUnzipFile
extends Object


Constructor Summary
ZipUnzipFile()
           
 
Method Summary
static void compressFile(String infilename, String outfilename)
           
static void decompressFile(String infilename, String outfilename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipUnzipFile

public ZipUnzipFile()
Method Detail

compressFile

public static void compressFile(String infilename,
                                String outfilename)
                         throws IOException
Throws:
IOException

decompressFile

public static void decompressFile(String infilename,
                                  String outfilename)
                           throws IOException
Throws:
IOException


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.