public static class StringEncoding.SimpleInteger extends Object implements StringEncoding<Integer>
StringEncoding.EncodedLong, StringEncoding.SimpleInteger, StringEncoding.SimpleLong| Constructor and Description |
|---|
SimpleInteger() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
decode(String string)
Decode from a string.
|
String |
encode(Integer value)
Encode into a string.
|
public String encode(Integer value)
StringEncodingencode in interface StringEncoding<Integer>public Integer decode(String string)
StringEncodingdecode in interface StringEncoding<Integer>Copyright © 2019. All rights reserved.