Package org.postgis.binary
Class ByteGetter.BinaryByteGetter
- java.lang.Object
-
- org.postgis.binary.ByteGetter
-
- org.postgis.binary.ByteGetter.BinaryByteGetter
-
- Enclosing class:
- ByteGetter
public static class ByteGetter.BinaryByteGetter extends ByteGetter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.postgis.binary.ByteGetter
ByteGetter.BinaryByteGetter, ByteGetter.StringByteGetter
-
-
Constructor Summary
Constructors Constructor Description BinaryByteGetter(byte[] array)
-
-
-
Method Detail
-
get
public int get(int index)
Description copied from class:ByteGetterGet a byte.- Specified by:
getin classByteGetter- Parameters:
index- the index to get the value from- Returns:
- The result is returned as Int to eliminate sign problems when or'ing several values together.
-
-