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.
- Version:
- $Id: InputStreamPumper.java 1557263 2014-01-10 21:18:09Z ggregory $
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInputStreamPumper
(InputStream is, OutputStream os) Create a new stream pumper. -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Copies data from the input stream to the output stream.void
-
Field Details
-
SLEEPING_TIME
- See Also:
-
-
Constructor Details
-
InputStreamPumper
Create a new stream pumper.- Parameters:
is
- input stream to read data fromos
- output stream to write data to.
-
-
Method Details