Class StringValueGetter

java.lang.Object
io.github.sebasbaumh.postgis.binary.ValueGetter
io.github.sebasbaumh.postgis.binary.StringValueGetter

public class StringValueGetter extends ValueGetter
Allows reading values from a string.
Author:
Sebastian Baumhekel
  • Constructor Details

    • StringValueGetter

      public StringValueGetter(String value)
      Constructs an instance.
      Parameters:
      value - value as hex string
  • Method Details

    • getNextByte

      protected int getNextByte()
      Description copied from class: ValueGetter
      Gets a byte at the current index.
      Specified by:
      getNextByte in class ValueGetter
      Returns:
      byte