encodeChunked
suspend fun encodeChunked(output: ByteWriteChannel, coroutineContext: CoroutineContext): EncoderJob
Content copied to clipboard
Start chunked stream encoding coroutine
suspend fun encodeChunked(output: ByteWriteChannel, input: ByteReadChannel)
Content copied to clipboard
Chunked stream encoding loop