接口 | 说明 |
---|---|
ZipEntrySource |
抽象Zip源接口。
|
类 | 说明 |
---|---|
BoundedInputStream |
This is a stream that will only supply bytes up to a certain length - if its
position goes above that, it will stop.
|
ImageIOHelper |
图片IO操作帮助类
|
ThresholdInputStream |
阈值输入流。
|
ZipFileZipEntrySource |
使用 ZipEntrySource 包装 ZipFile 对象.
|
ZipHelper |
zip工具类
|
ZipInputStreamZipEntrySource |
提供一个从 ZipInputStream 中获取所有 ZipEntries 的途径。
|
ZipInputStreamZipEntrySource.FakeZipEntry |
将解压数据保持在内存中,构成一个可操作的虚拟ZipEntry,
由于在内存中,操作结束应该立即关闭
|
ZipSecureFile |
This class wraps a
ZipFile in order to check the
entries for zip bombs
while reading the archive. |
枚举 | 说明 |
---|---|
FileMagic |
The file magic number, i.e. the file identification based on the first bytes
of the file
|