com.objexcel.irc
Interface Sender.OutputStreamLocator

All Known Implementing Classes:
DCCConnection, IRCController

public abstract static interface Sender.OutputStreamLocator

an interface that allows us to get the output stream regardless whether it is the irc controller or a dcc connection


Method Summary
 java.io.OutputStream getOutputStream()
           
 

Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException