Uses of Class
io.github.sebasbaumh.postgis.binary.ValueGetter
-
Packages that use ValueGetter Package Description io.github.sebasbaumh.postgis.binary Binary parser package. -
-
Uses of ValueGetter in io.github.sebasbaumh.postgis.binary
Methods in io.github.sebasbaumh.postgis.binary that return ValueGetter Modifier and Type Method Description static ValueGetter
ValueGetter. getValueGetterForEndian(ByteGetter bytes)
Get the appropriateValueGetter
for the given endianness.
-