Package jadex.commons
Class StreamCopy
- java.lang.Object
- 
- jadex.commons.StreamCopy
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 
 public class StreamCopy extends java.lang.Object implements java.lang.RunnableA runnable to concurrently copy data from one stream to the other.
- 
- 
Constructor SummaryConstructors Constructor Description StreamCopy(java.io.InputStream source, java.io.OutputStream target)Create a stream copy object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Copy data from source to target.
 
-