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
IOException
boolean remoteClose(String from) throws IOException
IOException
byte[] remoteRead(int numBytes, String from) throws IOException
IOException
void remoteStreamReady()