org.pfsw.bif.callback
Interface IOutputStreamHandler


public interface IOutputStreamHandler

A callback implementation that can be used to handle the output stream of any process that produces such a stream.


Method Summary
 void handleStream(java.io.OutputStream instream)
           
 

Method Detail

handleStream

void handleStream(java.io.OutputStream instream)
                  throws java.io.IOException
Throws:
java.io.IOException