Class StringValueSetter
java.lang.Object
io.github.sebasbaumh.postgis.binary.ValueSetter
io.github.sebasbaumh.postgis.binary.StringValueSetter
Allows writing values as a string in little endian encoding and hex format.
- Author:
- Sebastian Baumhekel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.sebasbaumh.postgis.binary.ValueSetter
setDouble, setInt, setLong
-
Constructor Details
-
StringValueSetter
public StringValueSetter()Constructs an instance.
-
-
Method Details
-
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
-