Class ByteGetter.BinaryByteGetter

    • Constructor Detail

      • BinaryByteGetter

        public BinaryByteGetter​(byte[] array)
    • 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.