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 Summary
Constructors Constructor Description StringValueSetter()Constructs an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the written value.voidsetByte(byte b)Sets a byte.-
Methods inherited from class io.github.sebasbaumh.postgis.binary.ValueSetter
setDouble, setInt, setLong
-
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the written value.- Returns:
- value
-
setByte
public void setByte(byte b)
Description copied from class:ValueSetterSets a byte.- Specified by:
setBytein classValueSetter- Parameters:
b- byte value to set with
-
-