Std process processstream
std:std.process.ProcessStream
Class ProcessStream Extends 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. |
| Protected methods | |
|---|---|
| OnClose |