All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.jetbrains.base64.Base64.kt Maven / Gradle / Ivy

There is a newer version: 1.0.28
Show newest version
/* IPRD Group 2022 */
package org.jetbrains.base64

interface Base64Encoder {
  fun encode(src: ByteArray): ByteArray
}

expect object Base64Factory {
  fun createEncoder(): Base64Encoder
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy