public class HexString extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decodeHexString(String hexString)
Converts a hexadecimal string to a byte array
|
static String |
encodeHexString(byte[] bytes)
Converts a byte array to a hexadecimal string.
|
public static String encodeHexString(byte[] bytes)
bytes - Bytes to be encodedpublic static byte[] decodeHexString(String hexString)
hexString - A string of hexadecimal characters [0-9A-Fa-f] to decodeCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.