Identity

object Identity : Encoder

Empty Encoder that doesn't do any changes.

Functions

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

Launch coroutine to decode source bytes.

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

Launch coroutine to encode source bytes.