public interface Transcoder
| Modifier and Type | Method and Description |
|---|---|
String |
decode(String code) |
String |
encode(String text) |
String encode(String text) throws IOException
IOExceptionString decode(String code) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.