-
Classes in org.joou that implement interfaces with type arguments of type UByte
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.
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