Interface BoundExternalDecoder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void decode​(deltix.util.memory.MemoryDataInput in, java.lang.Object message)
      Decodes an object, starting at current position of the specified MemoryDataInput.
      void setStaticFields​(java.lang.Object message)
      Sets static values into specified message.
    • Method Detail

      • setStaticFields

        void setStaticFields​(java.lang.Object message)
        Sets static values into specified message.
        Parameters:
        message - A message object to update.
      • decode

        void decode​(deltix.util.memory.MemoryDataInput in,
                    java.lang.Object message)
        Decodes an object, starting at current position of the specified MemoryDataInput.
        Parameters:
        in - A MemoryDataInput to read.
        message - A message object to decode into.