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