public final class NumberParser extends Object
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–2021. All rights reserved.