Bitwise Manipulation on Byte Arrays
As there seems to be really no built in way to bitwise-or an byte array in C#5 i need to create a solution on my own.
Should be able to And, Or, Xor a byte array. Convert between Little Endianess and Big Endianess as Specified.