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.FilterRxfilterRX in interface NetworkMessageFilter.FilterRxbytes - The bytes to be decodedIOException - Thrown if something goes wrong during the decodingCopyright © 1996–2015. All rights reserved.