org.apache.ws.jaxme.util
public class HexBinary extends Object
Utility class for xs:hexbinary.
Method Summary | |
---|---|
static byte[] | decode(String pValue) Converts the string pValue into an
array of hex bytes. |
static 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. |
pValue
into an
array of hex bytes.pHexBinary
into
a string.