public interface StringEncoder
Modifier and Type | Method and Description |
---|---|
String |
decode(String string)
Decodes an string back to it's initial representation
|
String |
encode(String string)
Encodes an string to another representation
|
Copyright © 2017. All rights reserved.