Byte b = rno[0]; // Boxing conversion converts `byte` to `Byte` int i = b.intValue();. Or the Byte constructor: Byte b = new Byte( ...
確定! 回上一頁