public class URLDecoder extends 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() |