public class Byte2Hex extends Object
字节 16进制字串转换工具类
Byte2Hex()
static String
byte2Hex(byte b)
byte2Hex(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Byte2Hex()
public static String byte2Hex(byte b)
b
public static String byte2Hex(byte[] bytes)
bytes