std.process.ProcessStream.Write - nitrologic/monkey2 GitHub Wiki
std::std.process.std.process.ProcessStream.Write
monkey:monkey.types.Int( buf:Void Ptr,count:monkey:monkey.types.Int )
Method Write:monkey:monkey.types.Int( data:std:std.memory.DataBuffer,offset:monkey:monkey.types.Int,count:monkey:monkey.types.Int )
Method 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. |