Interface StringEncoder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String encode​(java.lang.String source)
      Encodes a String and returns a String.
      • Methods inherited from interface org.apache.commons.codec.Encoder

        encode
    • Method Detail

      • encode

        java.lang.String encode​(java.lang.String source)
                         throws EncoderException
        Encodes a String and returns a String.
        Parameters:
        source - the String to encode
        Returns:
        the encoded String
        Throws:
        EncoderException - thrown if there is an error condition during the encoding process.