Class CodeLoadingChannelFilter.FilterRX

    • Constructor Summary

      Constructors 
      Constructor Description
      FilterRX()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object filterRX​(byte[] bytes)
      Decodes an incoming byte array back into an object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterRX

        public FilterRX()
    • Method Detail

      • filterRX

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