toggle menu
encoding
2.3.0
common
switch theme
search in API
core
/
io.matthewnelson.encoding.core
/
Decoder
/
Companion
/
decodeToByteArrayOrNull
decode
To
Byte
Array
Or
Null
@
JvmStatic
fun
CharSequence
.
decodeToByteArrayOrNull
(
decoder
:
Decoder
<
*
>
)
:
ByteArray
?
(
source
)
@
JvmStatic
fun
CharArray
.
decodeToByteArrayOrNull
(
decoder
:
Decoder
<
*
>
)
:
ByteArray
?
(
source
)