public class HexBinary extends Object
| Constructor and Description | 
|---|
| HexBinary() | 
| Modifier and Type | Method and Description | 
|---|---|
| static byte[] | decode(String pValue)Converts the string  pValueinto an array of hex bytes. | 
| static String | encode(byte[] pHexBinary)Converts the byte array  pHexBinaryinto 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(String pValue)
pValue into an array of hex bytes.public static String encode(byte[] pHexBinary)
pHexBinary into a string.Copyright © 1996–2019 Geotools. All rights reserved.