public static interface MessageOutputStream.DataReceiver
| Modifier and Type | Method and Description |
|---|---|
MessageOutputStream.WriteStatus |
writeData(byte[] buf,
int off,
int size)
Non-blocking write of data.
|
boolean |
writeInProcess()
Indicates whether a write is currently in process.
|
MessageOutputStream.WriteStatus writeData(byte[] buf, int off, int size)
buf - buffer containing dataoff - offset in buffer to start writingsize - number of bytes to writeboolean writeInProcess()