Package 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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
provideInput
(OutputStream pOutputStream) The InputProvider must write the input to the given OutputStream.
-
Method Details
-
provideInput
The InputProvider must write the input to the given OutputStream.- Throws:
IOException
-