|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cardon.utils.HexUtils
public class HexUtils
Byte array to hexadecimal dumper.
Constructor Summary | |
---|---|
HexUtils()
|
Method Summary | |
---|---|
static java.lang.String |
ByteArray2Hex(byte[] bytes)
Dump a byte Array in an hexadecimal string without spaces. |
static java.lang.String |
int2CharHex(int integer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HexUtils()
Method Detail |
---|
public static java.lang.String ByteArray2Hex(byte[] bytes)
public static java.lang.String int2CharHex(int integer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |