Class FixedBoundExternalDecoderImpl

    • Constructor Detail

      • FixedBoundExternalDecoderImpl

        public FixedBoundExternalDecoderImpl​(RecordLayout layout)
    • Method Detail

      • getTargetClass

        public java.lang.Class<?> getTargetClass()
      • setStaticFields

        public void setStaticFields​(java.lang.Object message)
        Description copied from interface: BoundExternalDecoder
        Sets static values into specified message.
        Specified by:
        setStaticFields in interface BoundExternalDecoder
        Parameters:
        message - A message object to update.
      • decode

        public void decode​(DecodingContext external,
                           java.lang.Object msgObject)
      • decode

        public void decode​(deltix.util.memory.MemoryDataInput in,
                           java.lang.Object msgObject)
        Description copied from interface: BoundExternalDecoder
        Decodes an object, starting at current position of the specified MemoryDataInput.
        Specified by:
        decode in interface BoundExternalDecoder
        Parameters:
        in - A MemoryDataInput to read.
        msgObject - A message object to decode into.