程序包 | 说明 |
---|---|
io.netty.handler.codec.compression |
限定符和类型 | 方法和说明 |
---|---|
static ZstdOptions |
StandardCompressionOptions.zstd()
Default implementation of
ZstdOptions with{compressionLevel(int)} set to
ZstdConstants.DEFAULT_COMPRESSION_LEVEL ,ZstdConstants.DEFAULT_BLOCK_SIZE ,
ZstdConstants.MAX_BLOCK_SIZE |
static ZstdOptions |
StandardCompressionOptions.zstd(int compressionLevel,
int blockSize,
int maxEncodeSize)
Create a new
ZstdOptions |