Am 20.01.2012 16:12, schrieb Ulf Zibis:
> A little different approach...
>
> Instead e.g.
> int Byte.unsignedIntValueOf(byte x) aka int Byte.toUnsignedInt(byte x)
> I would vote for
> int Integer.unsignedValueOf(byte x)
Alternative:
int Integer.valueAsUnsigned(byte x)
-Ulf