Uses of Class
io.github.sebasbaumh.postgis.binary.ByteGetter
-
Packages that use ByteGetter Package Description io.github.sebasbaumh.postgis.binary Binary parser package. -
-
Uses of ByteGetter in io.github.sebasbaumh.postgis.binary
Fields in io.github.sebasbaumh.postgis.binary declared as ByteGetter Modifier and Type Field Description protected ByteGetter
ValueGetter. data
Methods in io.github.sebasbaumh.postgis.binary with parameters of type ByteGetter Modifier and Type Method Description static ValueGetter
ValueGetter. getValueGetterForEndian(ByteGetter bytes)
Get the appropriateValueGetter
for the given endianness.Constructors in io.github.sebasbaumh.postgis.binary with parameters of type ByteGetter Constructor Description ValueGetter(ByteGetter data, byte endian)
Constructs an instance.
-