Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UShort
-
Uses of UShort in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Modifier and TypeFieldDescriptionstatic final UShort
UShort.MAX
A constant holding the maximum value anunsigned short
can have as UShort, 216-1.static final UShort
UShort.MIN
A constant holding the minimum value anunsigned short
can have as UShort, 0.Modifier and TypeMethodDescriptionUShort.add
(int val) static UShort
Returns the greater of twoUShort
values.static UShort
Returns the smaller of twoUShort
values.UShort.subtract
(int val) static UShort
Unsigned.ushort
(int value) Create anunsigned short
static UShort
Unsigned.ushort
(short value) Create anunsigned short
by masking it with0xFFFF
i.e.static UShort
Create anunsigned short
static UShort
UShort.valueOf
(int value) Create anunsigned short
static UShort
UShort.valueOf
(short value) Create anunsigned short
by masking it with0xFFFF
i.e.static UShort
Create anunsigned short