org.eparapher.core.tools
Class HexCodec

java.lang.Object
  extended by org.eparapher.core.tools.HexCodec

public class HexCodec
extends Object


Constructor Summary
HexCodec()
           
 
Method Summary
static char[] bytesToHex(byte[] raw)
           
static byte[] hexToBytes(char[] hex)
           
static byte[] hexToBytes(String hex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexCodec

public HexCodec()
Method Detail

bytesToHex

public static char[] bytesToHex(byte[] raw)

hexToBytes

public static byte[] hexToBytes(char[] hex)

hexToBytes

public static byte[] hexToBytes(String hex)


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.