com.solab.iso8583.util
Class HexCodec

java.lang.Object
  extended by com.solab.iso8583.util.HexCodec

public class HexCodec
extends Object

Utility class to perform HEX encoding/decoding of values.


Constructor Summary
HexCodec()
           
 
Method Summary
static byte[] hexDecode(String hex)
           
static String hexEncode(byte[] buffer)
           
 
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

hexEncode

public static String hexEncode(byte[] buffer)

hexDecode

public static byte[] hexDecode(String hex)


Copyright © 2011 Enrique Zamudio. All Rights Reserved.