Encoder

interface Encoder

Content encoder.

Functions

Link copied to clipboard
abstract fun CoroutineScope.decode(source: ByteReadChannel): ByteReadChannel

Launch coroutine to decode source bytes.

Link copied to clipboard
abstract fun CoroutineScope.encode(source: ByteReadChannel): ByteReadChannel

Launch coroutine to encode source bytes.

Inheritors

Link copied to clipboard