| Modifier and Type | Interface and Description |
|---|---|
interface |
CompressType<C extends FileCompressor,D extends FileDecompressor>
压缩类型
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFileCompressor
文件压缩器 基类
|
| Modifier and Type | Method and Description |
|---|---|
static FileCompressor |
CompressTypeEnum.getCompress(String suffix) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<FileCompressor> |
CompressTypeEnum.compressor() |
| Modifier and Type | Class and Description |
|---|---|
class |
Bz2Compressor
bzip2 压缩器
bzip2 只能压缩单个文件
|
| Modifier and Type | Class and Description |
|---|---|
class |
GzCompressor
gzip 压缩器
gzip 只能压缩单个文件
|
| Modifier and Type | Class and Description |
|---|---|
class |
JarCompressor
jar 压缩器
|
| Modifier and Type | Class and Description |
|---|---|
class |
TarBz2Compressor
tar.bz2 压缩器
|
class |
TarGzCompressor
tar.gz 压缩器
|
| Modifier and Type | Class and Description |
|---|---|
class |
TarCompressor
tar 压缩器
|
| Modifier and Type | Class and Description |
|---|---|
class |
Z7Compressor
7z 压缩器
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZipCompressor
zip 压缩器
|
Copyright © 2025. All rights reserved.