bytes / org.apache.tuweni.bytes / Bytes / appendHexTo

appendHexTo

open fun <T : Appendable> appendHexTo(appendable: T): T (source)

Append this value as a sequence of hexadecimal characters.

Parameters

appendable - The appendable

- The appendable type.

Exceptions

IOException - If an IO error occurs.

Return
The appendable.