public class Hex extends Object
Constructor and Description |
---|
Hex() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decodeHex(String hexString) |
static String |
encodeHex(byte[] data) |
static String |
encodeHex(byte[] data,
int group) |
static String |
encodeHex(ByteBuffer data) |
public static String encodeHex(byte[] data)
public static String encodeHex(ByteBuffer data)
public static String encodeHex(byte[] data, int group)
public static byte[] decodeHex(String hexString)
Copyright © 2019. All rights reserved.