decode

abstract fun decode(source: ByteReadChannel, coroutineContext: CoroutineContext = EmptyCoroutineContext): ByteReadChannel(source)

Launch coroutine to decode source bytes.

Report a problem