encodeChunked
suspend fun encodeChunked(
output: ByteWriteChannel,
coroutineContext: <ERROR CLASS>
): EncoderJob
Start chunked stream encoding coroutine
suspend fun encodeChunked(
output: ByteWriteChannel,
input: ByteReadChannel
): Unit
Chunked stream encoding loop