org.shlublu.javax.io
Interface IOStream

All Known Implementing Classes:
BasicIOStream, SocketIOStream

public interface IOStream

Creation : 28 aug 2001 Convenience interface to group the streams of an entity (client, or server)

Since:
0.1

Method Summary
 java.io.InputStream getInputStream()
          Return the input stream
 java.io.OutputStream getOutputStream()
          Return the output stream
 

Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws IOStreamException
Return the input stream

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws IOStreamException
Return the output stream