Uses of Interface
org.im4java.process.InputProvider

Packages that use InputProvider
org.im4java.process   
 

Uses of InputProvider in org.im4java.process
 

Classes in org.im4java.process that implement InputProvider
 class Pipe
          This class implements a pipe.
 

Fields in org.im4java.process declared as InputProvider
private  InputProvider ProcessStarter.iInputProvider
          The InputProvider for the ProcessStarter (if used as a pipe).
static InputProvider StandardStream.STDIN
          InputProvider wrapping System.in.
 

Methods in org.im4java.process that return InputProvider
 InputProvider ProcessStarter.getIInputProvider()
           
 

Methods in org.im4java.process with parameters of type InputProvider
 void ProcessStarter.setInputProvider(InputProvider pInputProvider)
          Set the InputProvider for the ProcessStarter (if used as a pipe).