std:std.process.ProcessStream.Write
Writes data to process stdin.
Writes count
bytes to the process.
Returns the number of bytes actually written.
Can return less than count
if the process has ended.
Parameters | |
---|---|
buf |
buf The memory buffer to read data from. |
count |
count The number of bytes to write to the process. |