Uses of Class
org.postgis.binary.ByteGetter
-
Packages that use ByteGetter Package Description org.postgis.binary -
-
Uses of ByteGetter in org.postgis.binary
Subclasses of ByteGetter in org.postgis.binary Modifier and Type Class Description static classByteGetter.BinaryByteGetterstatic classByteGetter.StringByteGetterMethods in org.postgis.binary with parameters of type ByteGetter Modifier and Type Method Description static ValueGetterBinaryParser. valueGetterForEndian(ByteGetter bytes)Get the appropriate ValueGetter for my endiannessConstructors in org.postgis.binary with parameters of type ByteGetter Constructor Description NDR(ByteGetter data)ValueGetter(ByteGetter data, byte endian)XDR(ByteGetter data)
-