public static final class ObjectNetworkMessageFilter.FilterRX extends Object implements NetworkMessageFilter.FilterRx
| Constructor and Description |
|---|
FilterRX()
Creates a new incoming object filter
|
| Modifier and Type | Method and Description |
|---|---|
Object |
filterRX(byte[] bytes)
Decodes an incoming byte array, converting it back into an Object
|
public Object filterRX(byte[] bytes) throws IOException
filterRX in interface NetworkMessageFilter.FilterRxbytes - The byte representation of the objectIOException - Thrown of something goes wrong during the decodingCopyright © 1996–2015. All rights reserved.