org.apache.geronimo.gshell.whisper.stream
Class StreamFeeder
java.lang.Object
org.apache.geronimo.gshell.whisper.stream.StreamFeeder
- All Implemented Interfaces:
- Runnable
public class StreamFeeder
- extends Object
- implements Runnable
Feeds data from an input stream to an output stream.
- Version:
- $Rev: 578566 $ $Date: 2007-09-23 05:02:46 -0700 (Sun, 23 Sep 2007) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamFeeder
public StreamFeeder(InputStream input,
OutputStream output)
run
public void run()
- Specified by:
run in interface Runnable
isRunning
public boolean isRunning()
close
public void close()
createThread
public Thread createThread()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.