import "io/process";
Process stream.
Inherits from Stream.
static function get(): ProcessStream
static function get_err(): ProcessStream
function get_process(): Process
null
for current process.
function read_part(buf: Byte[], off: Integer, len: Integer, timeout: Integer): Integer
function write_part(buf: Byte[], off: Integer, len: Integer, timeout: Integer): Integer