public final class ByteUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static short |
UNSIGNED_MAX_VALUE |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
byteMerger(byte[] byte_1,
byte[] byte_2) |
static byte[] |
fromHexAscii(String s) |
static byte[] |
reverse(byte[] bytes) |
static String |
toHexAscii(byte b) |
static String |
toHexAscii(byte[] bytes) |
static short |
toUnsigned(byte b) |
public static final short UNSIGNED_MAX_VALUE
public static short toUnsigned(byte b)
public static String toHexAscii(byte b)
public static byte[] reverse(byte[] bytes)
public static byte[] byteMerger(byte[] byte_1,
byte[] byte_2)
public static String toHexAscii(byte[] bytes)
public static byte[] fromHexAscii(String s) throws NumberFormatException
Copyright © 2018. All rights reserved.