public interface IStreamConnector extends IConnector
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Returns an input stream that can be used to receive data.
|
java.io.OutputStream |
getOutputStream()
Returns an output stream that can be used to transfer data.
|
getPlugin, releasejava.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException - Thrown if the connector cannot open an input stream.java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOException - Thrown if the connector cannot open an output stream.