Class UNumber
- java.lang.Object
-
- java.lang.Number
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UNumber
-
- All Implemented Interfaces:
Serializable
public abstract class UNumber extends Number
A base type for unsigned numbers.- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UNumber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
toBigInteger()
Get this number as aBigInteger
.-
Methods inherited from class java.lang.Number
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
-
-
-
Method Detail
-
toBigInteger
public BigInteger toBigInteger()
Get this number as aBigInteger
. This is a convenience method for callingnew BigInteger(toString())
-
-