Class ByteGetter.StringByteGetter

    • Constructor Detail

      • StringByteGetter

        public StringByteGetter​(String rep)
    • Method Detail

      • 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)