UrlSafe

A static instance of EncoderDecoder configured with a Base64.Builder.lineBreak interval of 64, a Base64.Builder.encodeUrlSafe set to true, and remaining Base64.Builder DEFAULT values.

Properties

Link copied to clipboard
const val CHARS: String

Base64 UrlSafe encoding characters.

Functions

Link copied to clipboard
protected open override fun name(): String
Link copied to clipboard
protected open override fun newDecoderFeedProtected(out: Decoder.OutFeed): Decoder.Feed
Link copied to clipboard
protected open override fun newEncoderFeedProtected(out: Encoder.OutFeed): Encoder.Feed