public class URLDecoder
extends java.lang.Object
URLDecoder
Intends to replace java.net.URLDecoder.decode(String s, "UTF-8")
avoiding UnsupportedEncodingException handling.
StandardCharsets are guaranteed to be available
on every implementation of the Java platform.| Constructor and Description |
|---|
URLDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
decode(java.lang.String s) |