Class ByteGetter.StringByteGetter

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

public static class ByteGetter.StringByteGetter extends ByteGetter
  • Constructor Details

    • StringByteGetter

      public StringByteGetter(String rep)
  • 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.
    • unhex

      public static byte unhex(char c)