Package | Description |
---|---|
com.compomics.util.io.compression |
Classes related to file compression.
|
Modifier and Type | Method and Description |
---|---|
static TempByteArray |
ZstdUtils.zstdCompress(byte[] uncompressedData)
Compresses the given byte array.
|
static TempByteArray |
ZstdUtils.zstdCompress(io.airlift.compress.zstd.ZstdCompressor compressor,
byte[] uncompressedData)
Compresses the given byte array.
|
Copyright © 2021. All rights reserved.