public final class HexBin extends Object
Constructor and Description |
---|
HexBin() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String encoded)
Decode hex string to a byte array
|
static String |
encode(byte[] bytes) |
static String |
encode(byte[] bytes,
boolean upperCase) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.