public class RedisEncoding extends Object
Constructor and Description |
---|
RedisEncoding() |
Modifier and Type | Method and Description |
---|---|
static String |
decode(String value)
Decode characters in input string from \\xXX syntax.
|
static String |
encode(String value)
Encode characters in input string using \\xXX syntax.
|
public static String encode(String value)
value
- Input string with characters between 0 and 255Copyright © 2015. All Rights Reserved.