interface SAMRawReceiver
Modifier and Type | Method and Description |
---|---|
void |
receiveRawBytes(byte[] data)
Send a byte array to a SAM client, without informations
regarding the sender.
|
void |
stopRawReceiving()
Stop receiving data.
|
void receiveRawBytes(byte[] data) throws IOException
data
- Byte array to be receivedIOException
void stopRawReceiving()