Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UByte
Packages that use UByte
-
Uses of UByte in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as UByteModifier 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.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UByteModifier and TypeMethodDescriptionUByte.add(int val) static UByteReturns the greater of twoUBytevalues.static UByteReturns the smaller of twoUBytevalues.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 byteMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UByte