com.solab.iso8583.util
Class HexCodec
java.lang.Object
com.solab.iso8583.util.HexCodec
public class HexCodec
- extends Object
Utility class to perform HEX encoding/decoding of values.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HexCodec
public HexCodec()
hexEncode
public static String hexEncode(byte[] buffer)
hexDecode
public static byte[] hexDecode(String hex)
Copyright © 2011 Enrique Zamudio. All Rights Reserved.