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