Package org.apache.commons.codec
Interface StringDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdecode(String source)Decodes a String and returns a String.
-
-
-
Method Detail
-
decode
String decode(String source) throws DecoderException
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.
-
-