|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.exec.InputStreamPumper
public class InputStreamPumper
Copies all data from an System.input stream to an output stream of the executed process.
Field Summary | |
---|---|
static int |
SLEEPING_TIME
|
Constructor Summary | |
---|---|
InputStreamPumper(java.io.InputStream is,
java.io.OutputStream os)
Create a new stream pumper. |
Method Summary | |
---|---|
void |
run()
Copies data from the input stream to the output stream. |
void |
stopProcessing()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SLEEPING_TIME
Constructor Detail |
---|
public InputStreamPumper(java.io.InputStream is, java.io.OutputStream os)
is
- input stream to read data fromos
- output stream to write data to.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void stopProcessing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |