|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dyuproject.protostuff.NumberParser
public final class NumberParser
An IO utility for dealing with raw ascii bytes.
| Method Summary | |
|---|---|
static int |
parseInt(byte[] buffer,
int start,
int length,
int radix)
Parse an ascii int from a raw buffer. |
static long |
parseLong(byte[] buffer,
int start,
int length,
int radix)
Parse an ascii long from a raw buffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int parseInt(byte[] buffer,
int start,
int length,
int radix)
throws java.lang.NumberFormatException
java.lang.NumberFormatException
public static long parseLong(byte[] buffer,
int start,
int length,
int radix)
throws java.lang.NumberFormatException
java.lang.NumberFormatException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||