Convert an UNSIGNED byte to a JAVA typeTag(s): String/Number ... 127 128 255 */ } public static int unsignedByteToInt(byte b) { return (int) b & 0xFF; } }.
確定! 回上一頁