|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputHandler
Interface to a threadable input handler for an external process. The input handler is used to write the STDIN input of an external process.
Method Summary | |
---|---|
OutputStream |
getOutput()
Gets the output stream. |
void |
setOutput(OutputStream output)
Sets the output stream. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void setOutput(OutputStream output)
output
- the output stream. May be null
.OutputStream getOutput()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |