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$
Author:
Martin Szugat
  • Constructor Details

    • 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.
  • Method Details