 |
Bitwise Xor of bytes (Beginning Java forum at JavaRanch)
This is puzzling me, [code=java] byte one = 1; byte two = 2; byte three = one ^ two
;[/code] If I use the ... If I use the bitwise Xor of two bytes why do I get the compile
time error ... Trouble Converting from Int Array to Byte Array.
www.google.com.tw |
 |