Encoder
Content encoder.
Functions
Link copied to clipboard
abstract fun CoroutineScope.decode(source: ByteReadChannel): ByteReadChannel
Content copied to clipboard
Launch coroutine to decode source bytes.
Link copied to clipboard
abstract fun CoroutineScope.encode(source: ByteReadChannel): ByteReadChannel
Content copied to clipboard
Launch coroutine to encode source bytes.