Example usage for Java java.net URLDecoder fields, constructors, methods, implement or subclass
The text is from its open source code.
String | decode(String s, String enc) Decodes an application/x-www-form-urlencoded string using a specific encoding scheme. |
String | decode(String s, Charset charset) Decodes an application/x-www-form-urlencoded string using a specific java.nio.charset.Charset Charset . |
String | decode(String s) Decodes a x-www-form-urlencoded string. |