JAVA Bitwise operation

Posted by Stig Christian on Stack Overflow See other posts from Stack Overflow or by Stig Christian
Published on 2010-04-24T15:24:43Z Indexed on 2010/04/24 15:33 UTC
Read the original article Hit count: 358

Filed under:
|

I have an array of bytes. I want to simulate corrupt data by changing one bit, two, and three bits.

How do I do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about bitwise