public interface StringEncoder extends Encoder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
encode(java.lang.String source)
Encodes a String and returns a String.
|
java.lang.String encode(java.lang.String source) throws EncoderException
source
- the String to encodeEncoderException
- thrown if there is an error condition during the encoding process.Copyright © 2010 - 2020 Adobe. All Rights Reserved