com.jkristian.cli
Class UnixCommand.SteerableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by com.jkristian.cli.UnixCommand.SteerableInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
UnixCommand

protected static class UnixCommand.SteerableInputStream
extends java.io.FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
UnixCommand.SteerableInputStream(java.io.InputStream in)
           
 
Method Summary
 void setInput(java.io.InputStream in)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixCommand.SteerableInputStream

public UnixCommand.SteerableInputStream(java.io.InputStream in)
Method Detail

setInput

public void setInput(java.io.InputStream in)