com.generationjava.lang
Class BigIntegerUtils

java.lang.Object
  extended bycom.generationjava.lang.BigIntegerUtils

public class BigIntegerUtils
extends Object


Constructor Summary
BigIntegerUtils()
           
 
Method Summary
static boolean extractBoolean(BigInteger bi, int index)
           
static float extractFloat(BigInteger bi, int start, int end, int decimal)
           
static int extractInt(BigInteger bi, int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigIntegerUtils

public BigIntegerUtils()
Method Detail

extractFloat

public static float extractFloat(BigInteger bi,
                                 int start,
                                 int end,
                                 int decimal)

extractInt

public static int extractInt(BigInteger bi,
                             int start,
                             int end)

extractBoolean

public static boolean extractBoolean(BigInteger bi,
                                     int index)


Copyright © 2000-2005 OSJava. All Rights Reserved.