Class UriEncoder
java.lang.Object
org.snakeyaml.engine.v2.common.UriEncoder
To be decided
-
Method Summary
-
Method Details
-
encode
-
decode
Decode '%'-escaped characters. Decoding fails in case of invalid UTF-8- Parameters:
buff- data to decode- Returns:
- decoded data
- Throws:
CharacterCodingException- if cannot be decoded
-
decode
-