org.biojava.utils.process
Class SimpleInputHandler
java.lang.Object
org.biojava.utils.process.StreamPipe
org.biojava.utils.process.SimpleInputHandler
- All Implemented Interfaces:
- Runnable, InputHandler
public final class SimpleInputHandler
- extends StreamPipe
- implements InputHandler
Simple input handler
that reads the input for an external process from an
input stream. The
output stream for
the input of the external process is closed after the input stream is read
to its end.
- Version:
- $Revision: 3634 $
- Author:
- Martin Szugat
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInputHandler
public SimpleInputHandler(InputStream input,
String tag)
- Initializes the simple input handler.
- Parameters:
input
- the input stream from which to read the input for the
external process. May be null
.tag
- a tag for logging. May be null
.
run
public void run()
-
- Specified by:
run
in interface Runnable
- Overrides:
run
in class StreamPipe