public final class Hex extends Object
| Constructor and Description |
|---|
Hex() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
asByteArray(String hexString) |
static ByteBuffer |
asByteBuffer(String hexString) |
static String |
asHex(byte[] buffer) |
static String |
asHex(ByteBuffer buffer) |
public static byte[] asByteArray(String hexString)
public static ByteBuffer asByteBuffer(String hexString)
public static String asHex(byte[] buffer)
public static String asHex(ByteBuffer buffer)
Copyright © 1995–2025 Mort Bay Consulting. All rights reserved.