Package ch.qos.logback.core.encoder
Class ByteArrayUtil
- 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 String
toHexString(byte[] ba)
-