public class StreamPumper
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
StreamPumper(java.io.InputStream is,
java.io.OutputStream os)
Create a new stream pumper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Copies data from the input stream to the output stream.
|