Uses of Interface
org.im4java.process.OutputConsumer

Packages that use OutputConsumer
org.im4java.core   
org.im4java.process   
 

Uses of OutputConsumer in org.im4java.core
 

Classes in org.im4java.core that implement OutputConsumer
 class Stream2BufferedImage
          This helper class reads an InputStream and creates a BufferedImage.
 

Uses of OutputConsumer in org.im4java.process
 

Classes in org.im4java.process that implement OutputConsumer
 class ArrayListOutputConsumer
          This class is an OutputConsumer which saves the output to an ArrayList.
 class Pipe
          This class implements a pipe.
 

Fields in org.im4java.process declared as OutputConsumer
private  OutputConsumer ProcessStarter.iOutputConsumer
          The OutputConsumer for the ProcessStarter (if used as a pipe).
static OutputConsumer StandardStream.STDOUT
          OutputConsumer wrapping System.out.
 

Methods in org.im4java.process with parameters of type OutputConsumer
private  void ProcessStarter.processOutput(java.io.InputStream pInputStream, OutputConsumer pConsumer)
          Let the OutputConsumer process the output of the command.
 void ProcessStarter.setOutputConsumer(OutputConsumer pOutputConsumer)
          Set the OutputConsumer for the ProcessStarter (if used as a pipe).