StringDecoder

interface StringDecoder

Interface representing a string decoder.

Inheritors

Functions

Link copied to clipboard
abstract fun decodeString(encodedString: String): String

Decodes an encoded string.