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