public static final class RawNetworkMessageFilter.FilterTX extends Object implements NetworkMessageFilter.FilterTx
| Constructor and Description |
|---|
FilterTX()
Creates a new output filter
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
filterTX(Object obj)
Will send a byte array as raw bytes
|
public byte[] filterTX(Object obj) throws IOException
filterTX in interface NetworkMessageFilter.FilterTxobj - The object to send. This must be a byte arrayIOException - Thrown if the sent object is not a byte arrayCopyright © 1996–2015. All rights reserved.