class BufferedProcess
package champaign.sys.io.process
extends AbstractProcess
extended by CallbackProcess, EventDispatcherProcess
Available on Sys
Constructor
new(cmd:String, ?args:Array<String>, ?workingDirectory:String, ?performanceSettings:Null<ProcessPerformanceSettings>)
The base class of Prominic.NET's process handlers. Different implementations are available in this package, use BufferedProcess only if you'll take care of handling events and processing stream buffers.
Parameters:
cmd | The command to execute, the process will be spawned with this command |
---|---|
args | Optional command line arguments for the given process |
workingDirectory | The optional working directory of the process |
performanceSettings | See ProcessPerformanceSettings.hx for details |