ByteArrays

A wrapper class that has been introduced in the migration from Kotlin to Java to house static functions.

Functions

Link copied to clipboard
@NotNull
open fun parseAsHex(@NotNull str: String): Array<Byte>
Converts this String of hexadecimal digits into a byte[].
Link copied to clipboard
@NotNull
open fun toHexString(@NotNull bytes: Array<Byte>): String
Converts this byte[] into a String of hexadecimal digits.