|
The im4java Library, Version 1.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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. |
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
|
The im4java Library, Version 1.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |