Class BigIntegerParser

java.lang.Object
tools.jackson.core.io.BigIntegerParser

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

    • parseWithFastParser

      public static BigInteger parseWithFastParser(String valueStr)
    • parseWithFastParser

      public static BigInteger parseWithFastParser(String valueStr, int radix)
    • parseWithFastParser

      public static BigInteger parseWithFastParser(char[] ch, int offset, int length, int radix)
      Since:
      3.2