be.cardon.utils
Class HexUtils

java.lang.Object
  extended by be.cardon.utils.HexUtils

public class HexUtils
extends java.lang.Object

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

HexUtils

public HexUtils()
Method Detail

ByteArray2Hex

public static java.lang.String ByteArray2Hex(byte[] bytes)
Dump a byte Array in an hexadecimal string without spaces.


int2CharHex

public static java.lang.String int2CharHex(int integer)