InterceptedStreams
The intercepted process output and error streams which can be read to capture inadvertent writes.
The intercepted process output and error streams which can be read to capture inadvertent writes.
The intercepted process output and error streams which can be read to capture inadvertent writes.
Functions
Restore sending writes to the original output or error stream. Discards any unread data in the intercepted output and error streams.
Restore sending writes to the original output or error stream. Discards any unread data in the intercepted output and error streams.
Restore sending writes to the original output or error stream. Discards any unread data in the intercepted output and error streams.
Signal blocking calls to readError or readErrorWithTimeout to wake up and return 0.
Signal blocking calls to readError or readErrorWithTimeout to wake up and return 0.
Signal blocking calls to readError or readErrorWithTimeout to wake up and return 0.
Signal blocking calls to readOutput or readOutputWithTimeout to wake up and return 0.
Signal blocking calls to readOutput or readOutputWithTimeout to wake up and return 0.
Signal blocking calls to readOutput or readOutputWithTimeout to wake up and return 0.
Read up to count bytes into buffer at offset from the intercepted error stream. The number of bytes read will be returned. 0 will be returned if interruptErrorRead is called while waiting for data.
Read up to count bytes into buffer at offset from the intercepted error stream. The number of bytes read will be returned. 0 will be returned if interruptErrorRead is called while waiting for data.
Read up to count bytes into buffer at offset from the intercepted error stream. The number of bytes read will be returned. 0 will be returned if interruptErrorRead is called while waiting for data, or if at least timeoutMillis have passed without data.
Read up to count bytes into buffer at offset from the intercepted error stream. The number of bytes read will be returned. 0 will be returned if interruptErrorRead is called while waiting for data, or if at least timeoutMillis have passed without data.
Read up to count bytes into buffer at offset from the intercepted error stream. The number of bytes read will be returned. 0 will be returned if interruptErrorRead is called while waiting for data, or if at least timeoutMillis have passed without data.
Read up to count bytes into buffer at offset from the intercepted output stream. The number of bytes read will be returned. 0 will be returned if interruptOutputRead is called while waiting for data.
Read up to count bytes into buffer at offset from the intercepted output stream. The number of bytes read will be returned. 0 will be returned if interruptOutputRead is called while waiting for data.
Read up to count bytes into buffer at offset from the intercepted output stream. The number of bytes read will be returned. 0 will be returned if interruptOutputRead is called while waiting for data.
Read up to count bytes into buffer at offset from the intercepted output stream. The number of bytes read will be returned. 0 will be returned if interruptOutputRead is called while waiting for data, or if at least timeoutMillis have passed without data.
Read up to count bytes into buffer at offset from the intercepted output stream. The number of bytes read will be returned. 0 will be returned if interruptOutputRead is called while waiting for data, or if at least timeoutMillis have passed without data.
Read up to count bytes into buffer at offset from the intercepted output stream. The number of bytes read will be returned. 0 will be returned if interruptOutputRead is called while waiting for data, or if at least timeoutMillis have passed without data.