com.fasterxml.jackson.core.io

Class BigIntegerParser



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

      • parseWithFastParser

        public static BigInteger parseWithFastParser(String valueStr)
      • parseWithFastParser

        public static BigInteger parseWithFastParser(String valueStr,
                                                     int radix)

Copyright © 2008–2023 FasterXML. All rights reserved.