Hex

object Hex

Functions

Link copied to clipboard
fun appendHexByte(appender: Appendable, value: Int)
Link copied to clipboard
fun decode(str: String, out: ByteArray = ByteArray(str.length / 2)): ByteArray
inline fun decode(str: String, out: (Int, Byte) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun encode(src: ByteArray, dst: Appendable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun invoke(v: ByteArray): String
operator fun invoke(v: String): ByteArray
Link copied to clipboard
Link copied to clipboard
fun shex(v: Byte): String
fun shex(v: Int): String