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.FilterTx
filterTX
in interface NetworkMessageFilter.FilterTx
obj
- The object to convert into bytesjava.io.IOException
- Thrown if something goes wrong during the encodingCopyright © 1996–2023. All rights reserved.