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