The im4java Library, Version 1.4.0

org.im4java.process
Interface InputProvider

All Known Implementing Classes:
Pipe

public interface InputProvider

This interface defines an InputProvider. An InputProvider supplies input for a process.

Since:
0.95
Version:
$Revision: 1.3 $
Author:
$Author: bablokb $

Method Summary
 void provideInput(java.io.OutputStream pOutputStream)
          The InputProvider must write the input to the given OutputStream.
 

Method Detail

provideInput

void provideInput(java.io.OutputStream pOutputStream)
                  throws java.io.IOException
The InputProvider must write the input to the given OutputStream.

Throws:
java.io.IOException

The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/