Package-level declarations

Types

Link copied to clipboard

Provides Base64 encoding and decoding functionality.

Since Kotlin 1.8

Functions

Link copied to clipboard

Returns an input stream that decodes symbols from this input stream using the specified base64 encoding.

Since Kotlin 1.8
Link copied to clipboard

Returns an output stream that encodes bytes using the specified base64 encoding and writes the result to this output stream.

Since Kotlin 1.8