public class HexBinary
extends java.lang.Object
Utility class for xs:hexbinary.
Constructor and Description |
---|
HexBinary() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(java.lang.String pValue)
Converts the string
pValue into an
array of hex bytes. |
static java.lang.String |
encode(byte[] pHexBinary)
Converts the byte array
pHexBinary into
a string. |
static byte[] |
getClone(byte[] pHexBinary)
Creates a clone of the given byte array.
|
public static byte[] getClone(byte[] pHexBinary)
public static byte[] decode(java.lang.String pValue)
pValue
into an
array of hex bytes.public static java.lang.String encode(byte[] pHexBinary)
pHexBinary
into
a string.