public class HexUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte[] |
emptybytes |
| 构造器和说明 |
|---|
HexUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
byte2HexStr(byte b) |
static String |
bytes2HexStr(byte[] bytes) |
static byte |
char2Byte(char ch) |
static byte |
hexStr2Byte(String str) |
static byte[] |
hexStr2Bytes(String str) |
Copyright © 2020. All Rights Reserved.