Class ByteGetter

    • Constructor Detail

      • ByteGetter

        public ByteGetter()
    • Method Detail

      • get

        public abstract int get​(int index)
        Get a byte.
        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.