Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UByte
-
Uses of UByte in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Modifier and TypeFieldDescriptionstatic final UByte
UByte.MAX
A constant holding the maximum value anunsigned byte
can have as UByte, 28-1.static final UByte
UByte.MIN
A constant holding the minimum value anunsigned byte
can have as UByte, 0.Modifier and TypeMethodDescriptionUByte.add
(int val) static UByte
Returns the greater of twoUByte
values.static UByte
Returns the smaller of twoUByte
values.UByte.subtract
(int val) static UByte
Unsigned.ubyte
(byte value) Create anunsigned byte
by masking it with0xFF
i.e.static UByte
Unsigned.ubyte
(int value) Create anunsigned byte
static UByte
Unsigned.ubyte
(long value) Create anunsigned byte
static UByte
Unsigned.ubyte
(short value) Create anunsigned byte
static UByte
Create anunsigned byte
static UByte
UByte.valueOf
(byte value) Get an instance of anunsigned byte
by masking it with0xFF
i.e.static UByte
UByte.valueOf
(int value) Get an instance of anunsigned byte
static UByte
UByte.valueOf
(long value) Get an instance of anunsigned byte
static UByte
UByte.valueOf
(short value) Get an instance of anunsigned byte
static UByte
Get an instance of anunsigned byte