com.btobits.util.misc
Class NumberUtil
java.lang.Object
com.btobits.util.misc.NumberUtil
public class NumberUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberUtil
public NumberUtil()
isInvalidInt
public static boolean isInvalidInt(byte[] buf,
int off,
int len)
parseInt
public static long parseInt(byte[] buf,
int off,
int len)
isInvalidFloat
public static boolean isInvalidFloat(byte[] buf,
int off,
int len)
parseFloat
public static double parseFloat(byte[] buf,
int off,
int len)
formatInt
public static byte[] formatInt(long value)
formatFloat
public static byte[] formatFloat(double value)
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.