public class ByteArrayUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ByteArrayUtil
public ByteArrayUtil()
-
Method Details
-
toHexString
public static String toHexString(byte[] ba)
-
hexStringToByteArray
public static byte[] hexStringToByteArray(String s)