Interface StringDecoder
- All Superinterfaces:
Decoder
- All Known Implementing Classes:
BCodec, QCodec, QuotedPrintableCodec, URLCodec
Defines common decoding methods for String decoders.
-
Method Summary
-
Method Details
-
decode
Decodes a String and returns a String.- Parameters:
source- the String to decode- Returns:
- the encoded String
- Throws:
DecoderException- thrown if there is an error condition during the Encoding process.
-