@Immutable public interface TextEncoder
TextDecoder
.TextDecoder
Modifier and Type | Method and Description |
---|---|
String |
encode(String text)
Returns the encoded version of a string.
|
String encode(String text)
text
- the text with characters that are to be encoded.TextDecoder.decode(String)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.