public class ZipUtil extends Object
| Constructor and Description |
|---|
ZipUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
unzip(String zipFilename,
Collection filenames,
String outdir) |
static void |
unzip(String zipFilename,
String outdir) |
static void |
unzip(String zipFilename,
String[] filenames,
String outdir) |
static void |
zip(String zipFilename,
String[] filenames) |
static void |
zip(String zipFilename,
String[] filenames,
String[] archFilenames) |
public static void zip(String zipFilename, String[] filenames) throws IOException
IOExceptionpublic static void zip(String zipFilename, String[] filenames, String[] archFilenames) throws IOException
IOExceptionpublic static void unzip(String zipFilename, Collection filenames, String outdir) throws IOException
IOExceptionpublic static void unzip(String zipFilename, String[] filenames, String outdir) throws IOException
IOExceptionpublic static void unzip(String zipFilename, String outdir) throws IOException
IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.