decode
fun CoroutineScope.decode(
source: ByteReadChannel
): ByteReadChannel
Overrides Encoder.decode
Launch coroutine to decode source bytes.
fun CoroutineScope.decode(
source: ByteReadChannel
): ByteReadChannel
Overrides Encoder.decode
Launch coroutine to decode source bytes.