public interface IDataStream
| Modifier and Type | Method and Description |
|---|---|
boolean |
remoteClose(String from) |
byte[] |
remoteRead(int numBytes,
String from) |
void |
remoteStreamReady() |
boolean |
remoteWrite(byte[] data,
int offset,
int length,
String from) |
boolean remoteWrite(byte[] data,
int offset,
int length,
String from)
throws IOException
IOExceptionboolean remoteClose(String from) throws IOException
IOExceptionbyte[] remoteRead(int numBytes,
String from)
throws IOException
IOExceptionvoid remoteStreamReady()