Package org.geotools.graph.util
Class ZipUtil
Object
ZipUtil
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.this used to only work on windowsstatic void
Deprecated.this used to only work on windowsstatic void
unzip
(String zipFilename, Collection<String> filenames, String outdir) Deprecated.static void
Deprecated.static void
Deprecated.
-
Constructor Details
-
ZipUtil
public ZipUtil()Deprecated.
-
-
Method Details
-
zip
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.this used to only work on windows- Throws:
IOException
-