public class ZipTools extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
unzip(String zipFilePath,
String destPath)
zip解压
|
static void |
zip(String sourcePath,
String zipFilePath)
zip压缩
|
Copyright © 2021. All rights reserved.