writeOutput

expect fun writeOutput(buffer: ByteArray, offset: Int, count: Int): Int

Write up to count bytes from buffer at offset to the output stream. The number of bytes written will be returned. This function will continue to write to this process' output stream even if interceptOtherWrites is called.

actual fun writeOutput(buffer: ByteArray, offset: Int, count: Int): Int
actual fun writeOutput(buffer: ByteArray, offset: Int, count: Int): Int