name
The name of the EncoderDecoder. This is utilized in the output of toString, equals, and hashCode.
e.g.
override fun name() = "Base16"
override fun name() = "Base32.Crockford"
override fun name() = "Base64"
override fun name() = "UTF-8"Content copied to clipboard