com.mchange.lang
Class ByteUtils
java.lang.Object
com.mchange.lang.ByteUtils
public final class ByteUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNSIGNED_MAX_VALUE
public static final short UNSIGNED_MAX_VALUE
- See Also:
- Constant Field Values
toUnsigned
public static short toUnsigned(byte b)
toHexAscii
public static String toHexAscii(byte b)
toHexAscii
public static String toHexAscii(byte[] bytes)
fromHexAscii
public static byte[] fromHexAscii(String s)
throws NumberFormatException
- Throws:
NumberFormatException