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