Class StringValueSetter

java.lang.Object
io.github.sebasbaumh.postgis.binary.ValueSetter
io.github.sebasbaumh.postgis.binary.StringValueSetter

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

    • StringValueSetter

      public StringValueSetter()
      Constructs an instance.
  • Method Details

    • 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