public class PercentEncoding extends Object
| Constructor and Description |
|---|
PercentEncoding() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String str)
Decodes a string
|
static String |
encode(String str)
Encodes a string
|