Class ByteGetter.BinaryByteGetter

java.lang.Object
net.postgis.jdbc.geometry.binary.ByteGetter
net.postgis.jdbc.geometry.binary.ByteGetter.BinaryByteGetter
Enclosing class:
ByteGetter

public static class ByteGetter.BinaryByteGetter extends ByteGetter
  • Constructor Details

    • BinaryByteGetter

      public BinaryByteGetter(byte[] array)
  • Method Details

    • get

      public int get(int index)
      Description copied from class: ByteGetter
      Get a byte.
      Specified by:
      get in class ByteGetter
      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.