Class StringValueGetter
java.lang.Object
io.github.sebasbaumh.postgis.binary.ValueGetter
io.github.sebasbaumh.postgis.binary.StringValueGetter
Allows reading values from a string.
- Author:
- Sebastian Baumhekel
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.sebasbaumh.postgis.binary.ValueGetter
ValueGetter.IntBuilder, ValueGetter.LongBuilder
-
Field Summary
Fields inherited from class io.github.sebasbaumh.postgis.binary.ValueGetter
endian, funcInt, funcLong
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.sebasbaumh.postgis.binary.ValueGetter
getDouble, getInt, getLong, readEncoding
-
Constructor Details
-
StringValueGetter
Constructs an instance.- Parameters:
value
- value as hex string
-
-
Method Details
-
getNextByte
protected int getNextByte()Description copied from class:ValueGetter
Gets a byte at the current index.- Specified by:
getNextByte
in classValueGetter
- Returns:
- byte
-