public final class NumberParser extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static int parseInt(byte[] buffer,
int start,
int length,
int radix)
throws NumberFormatException
NumberFormatExceptionpublic static long parseLong(byte[] buffer,
int start,
int length,
int radix)
throws NumberFormatException
NumberFormatExceptionCopyright © 2009–2022. All rights reserved.