encodeUrlSafe

fun encodeUrlSafe(enable: Boolean): Base64.Builder(source)

DEFAULT: false

If true, characters from table UrlSafe.CHARS will be output during encoding operations.

If false, characters from table Default.CHARS will be output during encoding operations.

NOTE: This does not affect decoding operations. Base64 is designed to accept characters from both tables when decoding.