java.lang.Object
tools.jackson.core.io.BigIntegerParser
Helper class used to implement more optimized parsing of
BigInteger for REALLY
big values (over 500 characters).-
Method Summary
Modifier and TypeMethodDescriptionstatic BigIntegerparseWithFastParser(String valueStr) static BigIntegerparseWithFastParser(String valueStr, int radix)
-
Method Details
-
parseWithFastParser
-
parseWithFastParser
-