|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.util.HexCodec
public final class HexCodec
An hexadecimal encoder/decoder.
| Constructor Summary | |
|---|---|
HexCodec()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(String h)
Hex decode this String. |
static String |
encode(byte[] b)
Hex encode this array using lowecase letters. |
static String |
encodeU(byte[] b)
Hex encode this array using uppercase letters. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HexCodec()
| Method Detail |
|---|
public static String encode(byte[] b)
public static String encodeU(byte[] b)
public static byte[] decode(String h)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||