Class ByteSetter.BinaryByteSetter

java.lang.Object
net.postgis.jdbc.geometry.binary.ByteSetter
net.postgis.jdbc.geometry.binary.ByteSetter.BinaryByteSetter
Enclosing class:
ByteSetter

public static class ByteSetter.BinaryByteSetter extends ByteSetter
  • Constructor Details

    • BinaryByteSetter

      public BinaryByteSetter(int length)
  • Method Details

    • set

      public void set(byte b, int index)
      Description copied from class: ByteSetter
      Set a byte.
      Specified by:
      set in class ByteSetter
      Parameters:
      b - byte value to set with
      index - index to set
    • result

      public byte[] result()
    • toString

      public String toString()
      Overrides:
      toString in class Object