Class StreamConnector

java.lang.Object
java.lang.Thread
org.apache.commons.launcher.StreamConnector
All Implemented Interfaces:
Runnable

public class StreamConnector extends Thread
A class for connecting an OutputStream to an InputStream.
Author:
Patrick Luby
  • Constructor Details

    • StreamConnector

      public StreamConnector(InputStream is, OutputStream os)
      Specify the streams that this object will connect in the run() method.
      Parameters:
      is - the InputStream to read from.
      os - the OutputStream to write to.
  • Method Details