kencode/com.eignex.kencode/Base64/Default Default object Default : Base64(source)Default Base64 instance using the standard BASE_64 alphabet. Members Properties alphabet Link copied to clipboard val alphabet: CharArrayThe 64-character alphabet used to map 6-bit groups to characters. Functions decode Link copied to clipboard open override fun decode(input: CharSequence): ByteArrayDecode an encoded string back into the original bytes. encode Link copied to clipboard open override fun encode(input: ByteArray, offset: Int = 0, length: Int = input.size - offset): StringEncode the given byte range into a text representation.