- java.lang.Object
-
- ch.qos.logback.core.encoder.ByteArrayUtil
-
public class ByteArrayUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteArrayUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]hexStringToByteArray(String s)static StringtoHexString(byte[] ba)
-
-
-
Constructor Detail
-
ByteArrayUtil
public ByteArrayUtil()
-
-
Method Detail
-
toHexString
public static String toHexString(byte[] ba)
-
hexStringToByteArray
public static byte[] hexStringToByteArray(String s)
-
-