public class ConsoleErrorStream extends InputStream
| Constructor and Description |
|---|
ConsoleErrorStream(int handle)
Constructs an InputStream object to collect stderr output from the console.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
close, mark, markSupported, read, read, reset, skippublic ConsoleErrorStream(int handle)
handle - pipe identifierpublic int available()
throws IOException
available in class InputStreamIOException - ?public int read()
throws IOException
read in class InputStreamIOException - ?