Class StringValueSetter


  • public class StringValueSetter
    extends ValueSetter
    Allows writing values as a string in little endian encoding and hex format.
    Author:
    Sebastian Baumhekel
    • Constructor Detail

      • StringValueSetter

        public StringValueSetter()
        Constructs an instance.
    • Method Detail

      • getValue

        public String getValue()
        Gets the written value.
        Returns:
        value
      • setByte

        public void setByte​(byte b)
        Description copied from class: ValueSetter
        Sets a byte.
        Specified by:
        setByte in class ValueSetter
        Parameters:
        b - byte value to set with