toggle menu
tidal-sdk-android
bom-6
androidJvm
switch theme
search in API
player-common-android
/
com.tidal.sdk.player.commonandroid
/
Base64Codec
Base64Codec
class
Base64Codec
This will decode a Base64-encoded byte array into a Base64-decoded byte array, or vice versa.
Members
Constructors
Base64Codec
Link copied to clipboard
constructor
(
)
Functions
decode
Link copied to clipboard
fun
decode
(
input
:
ByteArray
,
flags
:
Int
=
Base64.DEFAULT
)
:
ByteArray
encode
Link copied to clipboard
fun
encode
(
input
:
ByteArray
,
flags
:
Int
=
Base64.NO_WRAP
)
:
ByteArray