public interface ICompressContext
| 限定符和类型 | 方法和说明 |
|---|---|
CompressTypeEnum |
compressType()
压缩类型
|
boolean |
isRelativePath()
归档是否使用相对路径
1.
|
String |
password()
密码
|
Path |
sourcePathFirst()
获取第一个原始文件 path
|
List<Path> |
sourcePaths()
原始文件 path 列表
|
Path |
targetPath()
目标文件路径
|
Path sourcePathFirst()
Path targetPath()
String password()
boolean isRelativePath()
CompressTypeEnum compressType()
Copyright © 2020. All rights reserved.