Base64Encoder

A base64 encoder.

Since

1.6.1

Author

ForteScarlet

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun <A : Appendable> encodeToAppendable(source: ByteArray, destination: A): A

Encodes source ByteArray to a Base64 encoded ByteArray.