org.hsqldb.lib
Class ZipUnzipFile
java.lang.Object
org.hsqldb.lib.ZipUnzipFile
- public class ZipUnzipFile
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipUnzipFile
public ZipUnzipFile()
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.