Package | Description |
---|---|
cn.hutool.core.compress |
压缩解压封装
|
Modifier and Type | Method and Description |
---|---|
Gzip |
Gzip.gzip()
将普通数据流压缩
|
static Gzip |
Gzip.of(InputStream source,
OutputStream target)
创建Gzip
|
Gzip |
Gzip.unGzip()
将压缩流解压到target中
|
Copyright © 2024. All rights reserved.