|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.im4java.process.StandardStream
public class StandardStream
This class is a container for objects logically wrapping stdin, stdout and stderr.
Field Summary | |
---|---|
static ErrorConsumer |
STDERR
ErrorConsumer wrapping System.err. |
static InputProvider |
STDIN
InputProvider wrapping System.in. |
static OutputConsumer |
STDOUT
OutputConsumer wrapping System.out. |
Constructor Summary | |
---|---|
private |
StandardStream()
Private Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final InputProvider STDIN
public static final OutputConsumer STDOUT
public static final ErrorConsumer STDERR
Constructor Detail |
---|
private StandardStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |