Interface DataEncoder

    • Method Detail

      • encodeRaw

        void encodeRaw​(DataEncoding de,
                       Value rawValue,
                       BitBuffer buffer)
        Encode the raw value into the buffer.

        The offset inside the buffer shall be moved to the end of the parameter

        Parameters:
        de - the data encoding definition of which this algorithm is part of
        rawValue - raw value to be encoded
        buffer - buffer in which the value should be encoded