Base64Codec

This will decode a Base64-encoded byte array into a Base64-decoded byte array, or vice versa.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun decode(input: ByteArray, flags: Int = Base64.DEFAULT): ByteArray
Link copied to clipboard
fun encode(input: ByteArray, flags: Int = Base64.NO_WRAP): ByteArray