Normal
[code=Java]int intValue = (byteValue & 0xff)[/code]
[code=Java]
int intValue = (byteValue & 0xff)
[/code]