Inheritance diagram for org.apache.commons.codec.StringDecoder:
Definition at line 25 of file StringDecoder.java.
Public Member Functions | |
String | decode (String pString) throws DecoderException |
Decodes a String and returns a String. |
String org.apache.commons.codec.StringDecoder.decode | ( | String | pString | ) | throws DecoderException |
Decodes a String and returns a String.
pString | a String to encode |
DecoderException | thrown if there is an error conidition during the Encoding process. |
Implemented in org.apache.commons.codec.net.QuotedPrintableCodec.