Package org.geotools.xml.impl
Class HexBinary
Object
HexBinary
Utility class for xs:hexbinary.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HexBinarypublic HexBinary()
 
- 
- 
Method Details- 
getClonepublic static byte[] getClone(byte[] pHexBinary) Creates a clone of the given byte array.
- 
decodeConverts the stringpValueinto an array of hex bytes.
- 
encodeConverts the byte arraypHexBinaryinto a string.
 
-