public static interface NetworkMessageFilter.FilterRx
| Modifier and Type | Method and Description |
|---|---|
Object |
filterRX(byte[] bytes)
Decodes an incoming byte array back into an object
|
Object filterRX(byte[] bytes) throws IOException
bytes - The bytes to be decodedIOException - Thrown if something goes wrong during the decodingCopyright © 1996–2015. All rights reserved.