std.process.ProcessStream - nitrologic/monkey2 GitHub Wiki
std::std.process.ProcessStream
Class ProcessStream Extends std:std.stream.Stream
The ProcessStream class.
| Properties | |
|---|---|
| Eof | True if process has ended. (read only) | 
| Length | Always -1. (read only) | 
| Position | Always 0. (read only) | 
| Process | The underlying process. (read only) | 
| Methods | |
|---|---|
| Read | Reads data from process stdout. | 
| Seek | No operation. | 
| Write | Writes data to process stdin. | 
| Functions | |
|---|---|
| Open | Opens a process stream. |