Package org.jcsp.net2.mobile
Class CodeLoadingChannelFilter.FilterRX
java.lang.Object
org.jcsp.net2.mobile.CodeLoadingChannelFilter.FilterRX
- All Implemented Interfaces:
NetworkMessageFilter.FilterRx
- Enclosing class:
- CodeLoadingChannelFilter
public static final class CodeLoadingChannelFilter.FilterRX
extends Object
implements NetworkMessageFilter.FilterRx
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
objectFilter
-
-
Constructor Details
-
FilterRX
public FilterRX()
-
-
Method Details
-
filterRX
Description copied from interface:NetworkMessageFilter.FilterRx
Decodes an incoming byte array back into an object- Specified by:
filterRX
in interfaceNetworkMessageFilter.FilterRx
- Parameters:
bytes
- The bytes to be decoded- Returns:
- The recreated Object
- Throws:
IOException
- Thrown if something goes wrong during the decoding
-