public final class HexDecoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
byte2hex(byte b,
StringBuilder buf)
Converts a byte to hex digit and writes to the supplied buffer
|
static byte[] |
fromHexString(String hex)
Converts a hex string to a byte array
|
static String |
toHexString(byte[] block)
Converts a byte array to hex string
|
public static void byte2hex(byte b,
StringBuilder buf)
public static String toHexString(byte[] block)
public static byte[] fromHexString(String hex)
Copyright © 2010-2014 anotheria.net. All Rights Reserved.