| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.compress |
压缩解压封装
|
| 限定符和类型 | 方法和说明 |
|---|---|
Gzip |
Gzip.gzip()
将普通数据流压缩
|
static Gzip |
Gzip.of(InputStream source,
OutputStream target)
创建Gzip
|
Gzip |
Gzip.unGzip()
将压缩流解压到target中
|
Copyright © 2024. All rights reserved.