public interface StringCodec
Modifier and Type | Method and Description |
---|---|
String |
decode(String encoded)
Decodes a string of characters.
|
String |
encode(String plain)
Encodes a string of characters.
|
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.