Package org.jcsp.net2

Interface NetworkMessageFilter.FilterRx

    • Method Detail

      • filterRX

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