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, skip
public ConsoleErrorStream(int handle)
handle
- pipe identifierpublic int available() throws IOException
available
in class InputStream
IOException
- ?public int read() throws IOException
read
in class InputStream
IOException
- ?