interface Encoder
Content encoder.
abstract fun CoroutineScope.decode(source: ByteReadChannel): ByteReadChannel
Launch coroutine to decode source bytes. |
|
abstract fun CoroutineScope.encode(source: ByteReadChannel): ByteReadChannel
Launch coroutine to encode source bytes. |
object Identity : Encoder
Empty Encoder |