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(char[] ch, int offset, int length, int radix) static BigIntegerparseWithFastParser(String valueStr) static BigIntegerparseWithFastParser(String valueStr, int radix)
-
Method Details
-
parseWithFastParser
-
parseWithFastParser
-
parseWithFastParser
- Since:
- 3.2
-