cakoose.util.exec
Class Exec.InputStreamRelay

java.lang.Object
  extended by cakoose.util.exec.Exec.InputGenerator
      extended by cakoose.util.exec.Exec.InputStreamRelay
Enclosing class:
Exec

public static class Exec.InputStreamRelay
extends Exec.InputGenerator


Constructor Summary
Exec.InputStreamRelay(InputStream source)
           
 
Method Summary
 void generate(OutputStream target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec.InputStreamRelay

public Exec.InputStreamRelay(InputStream source)
Method Detail

generate

public void generate(OutputStream target)
              throws IOException
Specified by:
generate in class Exec.InputGenerator
Throws:
IOException