Class StringValueGetter


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

      • StringValueGetter

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

      • getNextByte

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