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 ByteGetterValueGetter. dataMethods in io.github.sebasbaumh.postgis.binary with parameters of type ByteGetter Modifier and Type Method Description static ValueGetterValueGetter. getValueGetterForEndian(ByteGetter bytes)Get the appropriateValueGetterfor 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.
-