Package kotlin.io.encoding

Types

Common
JVM
JS
Native
1.8

Base64

Provides Base64 encoding and decoding functionality. Base64 encoding, as defined by the RFC 4648 and a few other RFCs, transforms arbitrary binary data into a sequence of printable characters.

open class Base64

Annotations

Common
JVM
JS
Native
1.8

ExperimentalEncodingApi

This annotation marks the experimental API for encoding and decoding between binary data and printable ASCII character sequences.

annotation class ExperimentalEncodingApi

Extensions for External Classes