Package org.jcsp.net2.mobile
Class CodeLoadingChannelFilter.FilterTX
java.lang.Object
org.jcsp.net2.mobile.CodeLoadingChannelFilter.FilterTX
- All Implemented Interfaces:
NetworkMessageFilter.FilterTx
- Enclosing class:
- CodeLoadingChannelFilter
public static final class CodeLoadingChannelFilter.FilterTX
extends Object
implements NetworkMessageFilter.FilterTx
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
internalFilter
-
-
Constructor Details
-
FilterTX
public FilterTX()
-
-
Method Details
-
filterTX
Description copied from interface:NetworkMessageFilter.FilterTx
Encodes an object into an array of bytes for sending- Specified by:
filterTX
in interfaceNetworkMessageFilter.FilterTx
- Parameters:
obj
- The object to convert into bytes- Returns:
- The byte array representation of the Object
- Throws:
IOException
- Thrown if something goes wrong during the encoding
-