|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.util.HexConverter
public class HexConverter
Method Summary | |
---|---|
static java.lang.String |
bytesToHex(byte[] bytes)
Converts a byte array to its hexadecimal string representation, ie. |
static byte[] |
hexToBytes(java.lang.String hexString)
Converts a hexadecimal formatted string into a corresponding byte array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String bytesToHex(byte[] bytes)
bytes
- an array of bytes
public static byte[] hexToBytes(java.lang.String hexString)
hexString
- a hexadecimal representation of a byte array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |