public final class BigIntegerParser extends Object
BigInteger
for REALLY
big values (over 500 characters).Modifier and Type | Method and Description |
---|---|
static BigInteger |
parseWithFastParser(String valueStr) |
static BigInteger |
parseWithFastParser(String valueStr,
int radix) |
public static BigInteger parseWithFastParser(String valueStr)
public static BigInteger parseWithFastParser(String valueStr, int radix)
Copyright © 2008–2023 FasterXML. All rights reserved.