public class NumberUtils extends java.lang.Object
NumberUtils()
static int
parseInt(byte[] bytes, int from, int to)
static long
parseLong(byte[] bytes, int from, int to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NumberUtils()
public static long parseLong(byte[] bytes, int from, int to)
public static int parseInt(byte[] bytes, int from, int to)