Package ej.ecom.io
Interface StreamConnection
-
- All Superinterfaces:
Connection,InputConnection,OutputConnection
- All Known Subinterfaces:
CommConnection,ContentConnection
public interface StreamConnection extends InputConnection, OutputConnection
This interface defines a bidirectional connection: a connection on which anInputStreamand anOutputStreamcan be open.
-
-
Method Summary
-
Methods inherited from interface ej.ecom.io.Connection
close
-
Methods inherited from interface ej.ecom.io.InputConnection
openDataInputStream, openInputStream
-
Methods inherited from interface ej.ecom.io.OutputConnection
openDataOutputStream, openOutputStream
-
-