public class ZipUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,byte[]> |
unZipByGbk(byte[] bytes)
解压压缩文件 (返回文件名 对应bytes)(GBK编码类型)
|
static void |
unZipByGbk(byte[] bytes,
String filePath)
解压到指定目录(GBK编码类型)
|
Copyright © 2025. All rights reserved.