Package org.apache.commons.exec
Class InputStreamPumper
java.lang.Object
org.apache.commons.exec.InputStreamPumper
- All Implemented Interfaces:
- Runnable
Copies all data from an System.input stream to an output stream of the executed process.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionInputStreamPumper(InputStream is, OutputStream os) Create a new stream pumper.
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun()Copies data from the input stream to the output stream.voidRequests processing to stop.
- 
Field Details- 
SLEEPING_TIMESleep time in milliseconds.- See Also:
 
 
- 
- 
Constructor Details- 
InputStreamPumperCreate a new stream pumper.- Parameters:
- is- input stream to read data from.
- os- output stream to write data to.
 
 
- 
- 
Method Details