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. |
|
Decodes a String and returns a String.
Implemented in org.apache.commons.codec.net.QuotedPrintableCodec. |