base
5.0.0.755-Hawk1.0.1
jvm
base
/
net.corda.v5.base.util
/
ByteArrays
Byte
Arrays
class
ByteArrays
Members
Functions
parse
As
Hex
Link copied to clipboard
@
NotNull
open
fun
parseAsHex
(
@
NotNull
str
:
String
)
:
Array
<
Byte
>
Converts this
String
of hexadecimal digits into a
byte[]
.
to
Hex
String
Link copied to clipboard
@
NotNull
open
fun
toHexString
(
@
NotNull
bytes
:
Array
<
Byte
>
)
:
String
Converts this
byte[]
into a
String
of hexadecimal digits.