Class BigIntegerParser


  • public final class BigIntegerParser
    extends java.lang.Object
    Helper class used to implement more optimized parsing of BigInteger for REALLY big values (over 500 characters).
    Since:
    2.15
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.math.BigInteger parseWithFastParser​(java.lang.String valueStr)  
      static java.math.BigInteger parseWithFastParser​(java.lang.String valueStr, int radix)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseWithFastParser

        public static java.math.BigInteger parseWithFastParser​(java.lang.String valueStr)
      • parseWithFastParser

        public static java.math.BigInteger parseWithFastParser​(java.lang.String valueStr,
                                                               int radix)