public class ParseUtil extends Object
| Constructor | Description |
|---|---|
ParseUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
decode(String s) |
Returns a new String constructed from the specified String by replacing
the URL escape sequences and UTF8 encoding with the characters they
represent.
|
Copyright © 2018 Oracle. All rights reserved.