|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.io.NumberInput
public final class NumberInput
| Constructor Summary | |
|---|---|
NumberInput()
|
|
| Method Summary | |
|---|---|
static int |
parseInt(char[] digitChars,
int offset,
int len)
Fast method for parsing integers that are known to fit into regular 32-bit signed int type. |
static long |
parseLong(char[] digitChars,
int offset,
int len)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumberInput()
| Method Detail |
|---|
public static final int parseInt(char[] digitChars,
int offset,
int len)
Note: public to let unit tests call it
public static final long parseLong(char[] digitChars,
int offset,
int len)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||