public class Decoder extends Object
public static String decode(String value) throws IllegalArgumentException, NumberFormatException
value - the encoded StringIllegalArgumentException - if value contains characters not representing UTF-8 bytes
or ends with an unfinished percent-encoded characterNumberFormatException - if the two characters after a percent character
are not hexadecimal digitsCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.