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 String
getValue()
Gets the written value.void
setByte(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:ValueSetter
Sets a byte.- Specified by:
setByte
in classValueSetter
- Parameters:
b
- byte value to set with
-
-