@Immutable public interface TextDecoder
TextEncoder
.TextEncoder
Modifier and Type | Method and Description |
---|---|
String |
decode(String encodedText)
Return the decoded version of an encoded string
|
String decode(String encodedText)
encodedText
- the encoded textTextEncoder.encode(String)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.