public final class ZipUtils
extends Object
- 版本:
- $Id: $
- 作者:
- chaostone
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
zip
- 参数:
fileNames - a List object.
zipPath - a String object.
- 返回:
- a
File object.
-
zip
- 参数:
fileNames - a List object.
zipPath - a String object.
encoding - a String object.
- 返回:
- a
File object.
-
unzip
- 参数:
zipFile - a File object.
destination - a String object.
- 返回:
- a
List object.
-
unzip
- 参数:
zipFile - a File object.
destination - a String object.
encoding - a String object.
- 返回:
- a
List object.
-
isZipFile
public static boolean isZipFile(File zipFile)
- 参数:
zipFile - a File object.
- 返回:
- a boolean.