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 UByte
UByte. MAX
A constant holding the maximum value anunsigned byte
can have as UByte, 28-1.static UByte
UByte. MIN
A constant holding the minimum value anunsigned byte
can have as UByte, 0.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UByte Modifier and Type Method Description UByte
UByte. add(int val)
UByte
UByte. add(UByte val)
static UByte
UMath. max(UByte a, UByte b)
Returns the greater of twoUByte
values.static UByte
UMath. min(UByte a, UByte b)
Returns the smaller of twoUByte
values.UByte
UByte. subtract(int val)
UByte
UByte. subtract(UByte 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
Unsigned. ubyte(String value)
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
UByte. valueOf(String value)
Get an instance of anunsigned byte
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UByte Modifier and Type Method Description UByte
UByte. add(UByte val)
int
UByte. compareTo(UByte o)
static UByte
UMath. max(UByte a, UByte b)
Returns the greater of twoUByte
values.static UByte
UMath. min(UByte a, UByte b)
Returns the smaller of twoUByte
values.UByte
UByte. subtract(UByte val)
-