com.sun.xml.messaging.saaj.util
Class ParseUtil
java.lang.Object
com.sun.xml.messaging.saaj.util.ParseUtil
public class ParseUtil
- extends Object
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseUtil
public ParseUtil()
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.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.