-
A constant holding the maximum value an unsigned byte
can
have as UByte, 28-1.
A constant holding the minimum value an unsigned byte
can
have as UByte, 0.
private static final UByte[]
private static final UByte[]
Generate a cached value for each byte value.
Unsigned.ubyte(byte value)
Create an unsigned byte
by masking it with 0xFF
i.e.
Unsigned.ubyte(int value)
Unsigned.ubyte(long value)
Unsigned.ubyte(short value)
Get an instance of an unsigned byte
by masking it with
0xFF
i.e.
Get an instance of an unsigned byte
Get an instance of an unsigned byte
Get an instance of an unsigned byte
Get an instance of an unsigned byte
Get the value of a short without checking the value.