Package-level declarations

Functions

Link copied to clipboard
fun CompressionConfig.zstd(level: Int = ZstdEncoder.DEFAULT_COMPRESSION_LEVEL, block: CompressionEncoderBuilder.() -> Unit = {})

Appends the 'zstd' encoder with block configuration.

Link copied to clipboard
fun CompressionConfig.zstdStandard(level: Int = ZstdEncoder.DEFAULT_COMPRESSION_LEVEL)

Configure compression to use all algorithms, including 'zstd' with the provided compression level.