encode

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

Launch coroutine to encode source bytes.

Report a problem