Uses of Class
org.joou.UByte
-
Uses of UByte in org.joou
Modifier and TypeFieldDescriptionstatic final UByteUByte.MAXA constant holding the maximum value anunsigned bytecan have as UByte, 28-1.static final UByteUByte.MINA constant holding the minimum value anunsigned bytecan have as UByte, 0.Modifier and TypeMethodDescriptionUByte.add(int val) UByte.subtract(int val) static UByteUnsigned.ubyte(byte value) Create anunsigned byteby masking it with0xFFi.e.static UByteUnsigned.ubyte(int value) Create anunsigned bytestatic UByteUnsigned.ubyte(long value) Create anunsigned bytestatic UByteUnsigned.ubyte(short value) Create anunsigned bytestatic UByteCreate anunsigned bytestatic UByteUByte.valueOf(byte value) Get an instance of anunsigned byteby masking it with0xFFi.e.static UByteUByte.valueOf(int value) Get an instance of anunsigned bytestatic UByteUByte.valueOf(long value) Get an instance of anunsigned bytestatic UByteUByte.valueOf(short value) Get an instance of anunsigned bytestatic UByteGet an instance of anunsigned byte