Package net.postgis.jdbc.geometry.binary
Class ByteGetter
java.lang.Object
net.postgis.jdbc.geometry.binary.ByteGetter
- Direct Known Subclasses:
ByteGetter.BinaryByteGetter,ByteGetter.StringByteGetter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteGetter
public ByteGetter()
-
-
Method Details
-
get
public abstract int get(int index) Get a byte.- 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.
-