cakoose.util.exec
Class Exec.InputGenerator

java.lang.Object
  extended by cakoose.util.exec.Exec.InputGenerator
Direct Known Subclasses:
Exec.ByteArrayInputSource, Exec.InputStreamRelay, Exec.StringInputSource
Enclosing class:
Exec

public abstract static class Exec.InputGenerator
extends Object


Constructor Summary
Exec.InputGenerator()
           
 
Method Summary
abstract  void generate(OutputStream dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec.InputGenerator

public Exec.InputGenerator()
Method Detail

generate

public abstract void generate(OutputStream dest)
                       throws IOException
Throws:
IOException