Interface ZstdOption.Builder
- Enclosing class:
- ZstdOption
public static interface ZstdOption.Builder
-
Method Summary
Modifier and TypeMethodDescriptionblockSize
(int blockSize) Sets the zstd block size.build()
Build a newZstdOption
.compressionLevel
(int compressionLevel) Sets the zstd compression level.maxEncodeSize
(int maxEncodeSize) Sets the zstd memory level.
-
Method Details
-
build
ZstdOption build()Build a newZstdOption
.- Returns:
- a new
ZstdOption
-
blockSize
Sets the zstd block size.- Returns:
- a new
ZstdOption.Builder
-
compressionLevel
Sets the zstd compression level.- Returns:
- a new
ZstdOption.Builder
-
maxEncodeSize
Sets the zstd memory level.- Returns:
- a new
ZstdOption.Builder
-