Package ch.qos.logback.core.encoder
Class ByteArrayUtil
- java.lang.Object
-
- ch.qos.logback.core.encoder.ByteArrayUtil
-
@Deprecated(since="2022-01-27") public class ByteArrayUtil extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ByteArrayUtil()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static byte[]
hexStringToByteArray(java.lang.String s)
Deprecated.static java.lang.String
toHexString(byte[] ba)
Deprecated.
-