public final class ZipUtils
extends Object
- Version:
- $Id: $
- Author:
- chaostone
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
zip
- Parameters:
fileNames - a List object.
zipPath - a String object.
- Returns:
- a
File object.
-
zip
- Parameters:
fileNames - a List object.
zipPath - a String object.
encoding - a String object.
- Returns:
- a
File object.
-
unzip
- Parameters:
zipFile - a File object.
destination - a String object.
- Returns:
- a
List object.
-
unzip
- Parameters:
zipFile - a File object.
destination - a String object.
encoding - a String object.
- Returns:
- a
List object.
-
isZipFile
public static boolean isZipFile(File zipFile)
- Parameters:
zipFile - a File object.
- Returns:
- a boolean.