Class ParseUtil


  • public class ParseUtil
    extends Object
    • Constructor Detail

      • ParseUtil

        public ParseUtil()
    • Method Detail

      • decode

        public static String decode​(String s)
        Returns a new String constructed from the specified String by replacing the URL escape sequences and UTF8 encoding with the characters they represent.
        Parameters:
        s - string
        Returns:
        decoded string