Class FixedBoundDecoderImpl

    • Constructor Detail

      • FixedBoundDecoderImpl

        public FixedBoundDecoderImpl​(RecordLayout layout)
    • Method Detail

      • decode

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