Package org.geotools.graph.util
Class ZipUtil
- Object
-
- ZipUtil
-
@Deprecated public class ZipUtil extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ZipUtil()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
unzip(String zipFilename, String outdir)
Deprecated.this used to only work on windowsstatic void
unzip(String zipFilename, String[] filenames, String outdir)
Deprecated.this used to only work on windowsstatic void
unzip(String zipFilename, Collection<String> filenames, String outdir)
Deprecated.static void
zip(String zipFilename, String[] filenames)
Deprecated.static void
zip(String zipFilename, String[] filenames, String[] archFilenames)
Deprecated.
-
-
-
Method Detail
-
zip
public static void zip(String zipFilename, String[] filenames) throws IOException
Deprecated.- Throws:
IOException
-
zip
public static void zip(String zipFilename, String[] filenames, String[] archFilenames) throws IOException
Deprecated.- Throws:
IOException
-
unzip
@Deprecated public static void unzip(String zipFilename, Collection<String> filenames, String outdir) throws IOException
Deprecated.- Throws:
IOException
-
unzip
@Deprecated public static void unzip(String zipFilename, String[] filenames, String outdir) throws IOException
Deprecated.this used to only work on windows- Throws:
IOException
-
unzip
@Deprecated public static void unzip(String zipFilename, String outdir) throws IOException
Deprecated.this used to only work on windows- Throws:
IOException
-
-