encode

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

Launch coroutine to encode source bytes.

Report a problem