OutputMutf8Sink
A Mutf8Sink that writes its data to an Output from the ktor library.
Parameters
output
The ktor Output to write to.
bytesPerWrite
The maximum number of bytes that will be copied to the sink's underlying destination at a time. This must be at least 1
, though higher is recommended.
Throws
if bytesPerWrite is less than 1
.