Package jadex.common
Class StreamCopy
java.lang.Object
jadex.common.StreamCopy
- All Implemented Interfaces:
Runnable
A runnable to concurrently copy data from one stream to the other.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InputStream
The source stream.protected OutputStream
The target stream. -
Constructor Summary
ConstructorsConstructorDescriptionStreamCopy
(InputStream source, OutputStream target) Create a stream copy object. -
Method Summary