Package org.jcsp.net2

Interface NetworkMessageFilter.FilterRx

    • Method Detail

      • filterRX

        Object filterRX​(byte[] bytes)
                 throws IOException
        Decodes an incoming byte array back into an object
        Parameters:
        bytes - The bytes to be decoded
        Returns:
        The recreated Object
        Throws:
        IOException - Thrown if something goes wrong during the decoding