Bitwise Xor of bytes (Beginning Java forum at JavaRanch)

Bitwise Xor of bytes (Beginning Java forum at JavaRanch)

瀏覽:407
日期:2025-06-08
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....看更多