public final class HexConverter extends Object
| Constructor and Description |
|---|
HexConverter() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toBytes(String sHex)
Converts a hex string into a byte[]
|
static String |
toString(byte[] data)
Converts a byte array to a hex string.
|
public static String toString(byte[] data)
data - the byte arraypublic static byte[] toBytes(String sHex)
sHex - the hex stringCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.