readStandardOutput

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

Read up to count bytes into buffer at offset from the standard output stream. The number of bytes read will be returned. 0 will be returned if interruptStandardOutputRead is called while waiting for data.

See also

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