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