@Deprecated public class ZipUtil extends Object
Constructor and Description |
---|
ZipUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
unzip(String zipFilename,
Collection<String> filenames,
String outdir)
Deprecated.
|
static void |
unzip(String zipFilename,
String outdir)
Deprecated.
this used to only work on windows
|
static void |
unzip(String zipFilename,
String[] filenames,
String outdir)
Deprecated.
this used to only work on windows
|
static void |
zip(String zipFilename,
String[] filenames)
Deprecated.
|
static void |
zip(String zipFilename,
String[] filenames,
String[] archFilenames)
Deprecated.
|
public static void zip(String zipFilename, String[] filenames) throws IOException
IOException
public static void zip(String zipFilename, String[] filenames, String[] archFilenames) throws IOException
IOException
@Deprecated public static void unzip(String zipFilename, Collection<String> filenames, String outdir) throws IOException
IOException
@Deprecated public static void unzip(String zipFilename, String[] filenames, String outdir) throws IOException
IOException
@Deprecated public static void unzip(String zipFilename, String outdir) throws IOException
IOException
Copyright © 1996–2022 Geotools. All rights reserved.