public abstract class MyBigInteger
extends java.lang.Object
Constructor and Description |
---|
MyBigInteger() |
Modifier and Type | Method and Description |
---|---|
static java.math.BigInteger |
getBigInteger(java.lang.String s)
Gets a BigInteger from a radix 64 representation created by toString()
|
static java.lang.String |
toString(java.math.BigInteger i)
Gets a radix 64 representation of i
|
public static java.math.BigInteger getBigInteger(java.lang.String s)
s
- the radix 64 representation of a BigIntegerpublic static java.lang.String toString(java.math.BigInteger i)
i
- the number to be represented in radix 64