@Deprecated
public class StreamCopyRunnable
extends java.lang.Object
implements java.lang.Runnable
Runnable that copies data between streams.| Constructor and Description |
|---|
StreamCopyRunnable(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Deprecated.
Initializes a new
StreamCopyRunnable. |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Deprecated.
|
public StreamCopyRunnable(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
StreamCopyRunnable.inputStream - - the input streamoutputStream - - the output streamCopyright © 2018 SAP SE. All Rights Reserved.