Zstd

class Zstd(compressionLevel: Int) : Encoder(source)

Implementation of Zstd Encoder.

Report a problem

Constructors

Link copied to clipboard
constructor(compressionLevel: Int)

Functions

Link copied to clipboard
open override fun decode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
Link copied to clipboard
open override fun encode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
open override fun encode(source: ByteWriteChannel, coroutineContext: CoroutineContext): ByteWriteChannel