org.apache.geronimo.gshell.whisper.stream
Class StreamFeeder

java.lang.Object
  extended by 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) $

Constructor Summary
StreamFeeder(InputStream input, OutputStream output)
           
 
Method Summary
 void close()
           
 Thread createThread()
           
 boolean isRunning()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamFeeder

public StreamFeeder(InputStream input,
                    OutputStream output)
Method Detail

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.