/ByteArray

Bitwise Manipulation on Byte Arrays

Primary LanguageC#Apache License 2.0Apache-2.0

ByteArray

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.