类 GzipUtils
java.lang.Object
com.cdkjframework.util.tool.GzipUtils
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
GzipUtils
public GzipUtils()
-
-
方法详细资料
-
gZip
Gzip 加密- 参数:
param
- 参数charset
- 编码- 返回:
- 返回结果
- 抛出:
IOException
- 异常信息
-
compress
使用gzip压缩字符串- 参数:
param
- 要压缩的字符串- 返回:
-
uncompress
使用gzip解压缩- 参数:
compressedStr
- 压缩字符串- 返回:
- 返回解密字符
-