public class EncodingUtility extends Object
ENCODING_SCHEME| Modifier and Type | Field and Description |
|---|---|
static String |
ENCODING_SCHEME |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String s)
Decode a
String and return the decoded value. |
static String |
encode(String s)
Encode a
String and return the encoded value. |
public static final String ENCODING_SCHEME
public static String encode(String s)
String and return the encoded value.s - the string to encodeENCODING_SCHEME,
URLEncoder.encode(String, String)public static String decode(String s)
String and return the decoded value.s - the string to decodeENCODING_SCHEME,
URLDecoder.decode(String, String)Copyright © 2025 European Spallation Source. All rights reserved.