DecoderBCodec, QCodec, QuotedPrintableCodec, URLCodecpublic interface StringDecoder extends Decoder
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
decode(java.lang.String source) |
Decodes a String and returns a String.
|
java.lang.String decode(java.lang.String source) throws DecoderException
source - the String to decodeDecoderException - thrown if there is an error condition during the Encoding process.