public class InputStreamCopier
extends java.lang.Object
Constructor and Description |
---|
InputStreamCopier(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Create a new InputStream copier initialized with the provided Input
and Output Streams.
|
Modifier and Type | Method and Description |
---|---|
void |
copy()
Copy the data from the InputStream to the OutputStream.
|