Package org.im4java.process

Interface Summary
ErrorConsumer This interface defines an ErrorConsumer.
InputProvider This interface defines an InputProvider.
OutputConsumer This interface defines an OutputConsumer.
ProcessListener This interface defines methods for a ProcessListener.
 

Class Summary
ArrayListOutputConsumer This class is an OutputConsumer which saves the output to an ArrayList.
Pipe This class implements a pipe.
ProcessEvent This class wraps return-code and Exceptions of a terminated process.
ProcessStarter This class implements the processing of os-commands using Runtime.exec().
StandardStream This class is a container for objects logically wrapping stdin, stdout and stderr.