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

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

The newest version!
/* IPRD Group 2022 */
package org.jetbrains.base64

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

expect object Base64Factory {
  fun createEncoder(): Base64Encoder
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy