Class AbstractCharacterCodec

    • Constructor Detail

      • AbstractCharacterCodec

        public AbstractCharacterCodec()
    • Method Detail

      • decode

        public java.lang.String decode​(java.lang.String input)
        Description copied from interface: Codec
        Decode a String that was encoded using the encode method in this Class
        Parameters:
        input - the String to decode
        Returns:
        the decoded String