decode

expect open override fun decode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel(source)

Launch coroutine to decode source bytes.

Report a problem