Package org.geotools.xml.impl
Class HexBinary
Object
HexBinary
Utility class for xs:hexbinary.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HexBinary
public HexBinary()
-
-
Method Details
-
getClone
public static byte[] getClone(byte[] pHexBinary) Creates a clone of the given byte array. -
decode
Converts the stringpValue
into an array of hex bytes. -
encode
Converts the byte arraypHexBinary
into a string.
-