Package org.jcsp.net2

Class RawNetworkMessageFilter.FilterRX

    • Constructor Detail

      • FilterRX

        public FilterRX()
        Creates a new RawNetworkMessageFilter.FilterRX
    • Method Detail

      • filterRX

        public Object filterRX​(byte[] bytes)
        Decodes an incoming byte array. Does nothing
        Specified by:
        filterRX in interface NetworkMessageFilter.FilterRx
        Parameters:
        bytes - The bytes received in an incoming message
        Returns:
        The same bytes as is passed in