Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UByte
-
Packages that use UByte Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned -
-
Uses of UByte in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as UByte Modifier and Type Field Description static UByteUByte. MAXA constant holding the maximum value anunsigned bytecan have as UByte, 28-1.static UByteUByte. MINA constant holding the minimum value anunsigned bytecan have as UByte, 0.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UByte Modifier and Type Method Description UByteUByte. add(int val)UByteUByte. add(UByte val)static UByteUMath. max(UByte a, UByte b)Returns the greater of twoUBytevalues.static UByteUMath. min(UByte a, UByte b)Returns the smaller of twoUBytevalues.UByteUByte. subtract(int val)UByteUByte. subtract(UByte 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 UByteUnsigned. ubyte(String value)Create 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 UByteUByte. valueOf(String value)Get an instance of anunsigned byteMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UByte Modifier and Type Method Description UByteUByte. add(UByte val)intUByte. compareTo(UByte o)static UByteUMath. max(UByte a, UByte b)Returns the greater of twoUBytevalues.static UByteUMath. min(UByte a, UByte b)Returns the smaller of twoUBytevalues.UByteUByte. subtract(UByte val)
-