java convert byte to unsigned integer 2011-08-22 william 技術 byte a = (byte) 0x88; int unsignedInteger = a&0xff; Share this: Click to share on Facebook (Opens in new window) Facebook Related Leave a comment java