be.SIRAPRISE.util
Class MyBigInteger

java.lang.Object
  extended by be.SIRAPRISE.util.MyBigInteger

public abstract class MyBigInteger
extends java.lang.Object

Author:
Erwin

Constructor Summary
MyBigInteger()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyBigInteger

public MyBigInteger()
Method Detail

getBigInteger

public static java.math.BigInteger getBigInteger(java.lang.String s)
Gets a BigInteger from a radix 64 representation created by toString()

Parameters:
s - the radix 64 representation of a BigInteger
Returns:
a BigInteger from a radix 64 representation created by toString()

toString

public static java.lang.String toString(java.math.BigInteger i)
Gets a radix 64 representation of i

Parameters:
i - the number to be represented in radix 64
Returns:
a radix 64 representation of i