org.geotools.graph.util
Class ZipUtil
Object
ZipUtil
public class ZipUtil
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipUtil
public ZipUtil()
zip
public static void zip(String zipFilename,
String[] filenames)
throws IOException
- Throws:
IOException
zip
public static void zip(String zipFilename,
String[] filenames,
String[] archFilenames)
throws IOException
- Throws:
IOException
unzip
public static void unzip(String zipFilename,
Collection filenames,
String outdir)
throws IOException
- Throws:
IOException
unzip
public static void unzip(String zipFilename,
String[] filenames,
String outdir)
throws IOException
- Throws:
IOException
unzip
public static void unzip(String zipFilename,
String outdir)
throws IOException
- Throws:
IOException
Copyright © 1996-2010 Geotools. All Rights Reserved.