| 类 | 说明 |
|---|---|
| DeflaterOutputStream |
This class implements an output stream filter for compressing data in
the "deflate" compression format.
|
| InflaterInputStream |
This class implements a stream filter for uncompressing data in the
"deflate" compression format.
|
| ZipEntry |
This class is used to represent a ZIP file entry.
|
| ZipInputStream |
This class implements an input stream filter for reading files in the
ZIP file format.
|
| ZipOutputStream |
This class implements an output stream filter for writing files in the
ZIP file format.
|
| ZipUtils |
ZIP 压缩/解压 工具类
参见 zipFile() unzipFile() compress() uncompress() |
| 异常错误 | 说明 |
|---|---|
| NestedZipException | |
| ZipException |
Copyright © 2018 jretty-org. All rights reserved.