public class InputStreamPumper
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static int |
SLEEPING_TIME |
Constructor and Description |
---|
InputStreamPumper(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.
|
void |
stopProcessing() |
public static final int SLEEPING_TIME
Copyright © 2010 - 2020 Adobe. All Rights Reserved