decodeBase64

fun decodeBase64(inputbase64: String, output: File): File

Decodes a Base64-encoded string and writes it to the specified file.

Return

The file containing the decoded data.

Parameters

inputbase64

The Base64 string to decode.

output

The file to write the decoded bytes to.