Properties: |
|
Methods: |
|
Functions: |
|
Reads bytes from process stderr into buffer.
Returns the number of bytes read.
If the process is running and no bytes are available to be read, this method will block until at least 1 byte has been read.
If the process has finished and no bytes are available to be read, this method will return 0.
Reads bytes from process stdout into buffer.
Returns the number of bytes read.
If the process is running and no bytes are available to be read, this method will block until at least 1 byte has been read.
If the process has finished and no bytes are available to be read, this method will return 0.
Writes bytes from buffer to process stdin.