Skip to content

c3rebro/ByteArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bitwise Manipulation on Byte Arrays

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages