org.apache.activemq.util
Class HexSupport
java.lang.Object
org.apache.activemq.util.HexSupport
public class HexSupport
- extends Object
Used to convert to hex from byte arrays and back.
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HexSupport
public HexSupport()
toBytesFromHex
public static byte[] toBytesFromHex(String hex)
- Parameters:
hex
-
- Returns:
toHexFromBytes
public static String toHexFromBytes(byte[] bytes)
- Parameters:
bytes
-
- Returns:
Copyright © 2011 Apache Software Foundation. All Rights Reserved.