public static final class CodeLoadingChannelFilter.FilterTX extends java.lang.Object implements NetworkMessageFilter.FilterTx
| Constructor and Description |
|---|
FilterTX() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
filterTX(java.lang.Object obj)
Encodes an object into an array of bytes for sending
|
public byte[] filterTX(java.lang.Object obj)
throws java.io.IOException
NetworkMessageFilter.FilterTxfilterTX in interface NetworkMessageFilter.FilterTxobj - The object to convert into bytesjava.io.IOException - Thrown if something goes wrong during the encodingCopyright © 1996–2022. All rights reserved.