Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStream kProcess_StdIn ( kProcess  process)

Returns the stdin of the process as kStream.

It is only possible to write to this stream. Process must be alive. kStream is only valid until the next call of kProcess_Wait.

Parameters
processkProcess object.
Returns
kStream object.