public class Bytes extends SimpleProcProvider
| Constructor and Description |
|---|
Bytes() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decodeHex(CharSequence buffer) |
static byte[] |
decodeHex(CharSequence buffer,
boolean ignoreDelimeters) |
static String |
encodeHex(byte[] value) |
static void |
encodeHex(byte[] value,
StringBuilder buffer) |
findDecoder, findEncoder, findModifierParserhasNamepublic static byte[] decodeHex(CharSequence buffer) throws ConversionException
ConversionExceptionpublic static byte[] decodeHex(CharSequence buffer, boolean ignoreDelimeters) throws ConversionException
ConversionExceptionpublic static String encodeHex(byte[] value)
public static void encodeHex(byte[] value,
StringBuilder buffer)