Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UShort
Packages that use UShort
-
Uses of UShort in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as UShortModifier and TypeFieldDescriptionstatic final UShortUShort.MAXA constant holding the maximum value anunsigned shortcan have as UShort, 216-1.static final UShortUShort.MINA constant holding the minimum value anunsigned shortcan have as UShort, 0.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UShortModifier and TypeMethodDescriptionUShort.add(int val) static UShortReturns the greater of twoUShortvalues.static UShortReturns the smaller of twoUShortvalues.UShort.subtract(int val) static UShortUnsigned.ushort(int value) Create anunsigned shortstatic UShortUnsigned.ushort(short value) Create anunsigned shortby masking it with0xFFFFi.e.static UShortCreate anunsigned shortstatic UShortUShort.valueOf(int value) Create anunsigned shortstatic UShortUShort.valueOf(short value) Create anunsigned shortby masking it with0xFFFFi.e.static UShortCreate anunsigned shortMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UShort