jadex.util
Class StreamCopy
java.lang.Object
   jadex.util.StreamCopy
jadex.util.StreamCopy
- All Implemented Interfaces: 
- Runnable
- public class StreamCopy- extends Object- implements Runnable
A runnable to concurrently copy data from one stream to the other.
 
| Method Summary | 
|  void | run()Copy data from source to target.
 | 
 
 
StreamCopy
public StreamCopy(InputStream source,
                  OutputStream target)
- Create a stream copy object.
 
run
public void run()
- Copy data from source to target.
 
- 
- Specified by:
- runin interface- Runnable
 
- 
 
Submit a bug or feature
 For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.