public class CBHex
extends java.lang.Object
| Constructor and Description |
|---|
CBHex() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
byte2hex(byte[] arr)
字节数组转换为16进制
|
static byte[] |
hex2Byte(java.lang.String hex)
16进制转换为字节数组
|