public interface ICompressContext
| 限定符和类型 | 方法和说明 |
|---|---|
List<Path> |
compressSources()
原始文件 path 列表
|
CompressTypeEnum |
compressType()
压缩类型
|
boolean |
createFile()
是否创建文件
|
String |
password()
密码
|
boolean |
relativePath()
归档是否使用相对路径
1.
|
Path |
targetPath()
目标文件路径
|
InputStream |
uncompressStream()
文件解压流
|
InputStream uncompressStream()
Path targetPath()
String password()
boolean relativePath()
CompressTypeEnum compressType()
boolean createFile()
Copyright © 2020. All rights reserved.