99100101102103104105106107108109
StringBuilder sb = new StringBuilder(numChars > 500 ? numChars / 2 : numChars); int i = 0; if (enc.length() == 0) { throw new RuntimeException(new UnsupportedEncodingException( "URLDecoder: empty string enc parameter")); } char c; byte[] bytes = null;