kencode/com.eignex.kencode/Base85/Default Default object Default : Base85(source)Default Base85 instance using the standard ASCII85 alphabet. Members 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.