org.apache.commons.codec.StringDecoder Interface Reference

Inheritance diagram for org.apache.commons.codec.StringDecoder:

org.apache.commons.codec.Decoder org.apache.commons.codec.net.QuotedPrintableCodec List of all members.

Detailed Description

Decodes a String into a String.

Author:
Apache Software Foundation
Version:
Id
StringDecoder.java,v 1.1 2005/07/25 16:24:38 dev Exp

Definition at line 25 of file StringDecoder.java.

Public Member Functions

String decode (String pString) throws DecoderException
 Decodes a String and returns a String.


Member Function Documentation

String org.apache.commons.codec.StringDecoder.decode ( String  pString  )  throws DecoderException

Decodes a String and returns a String.

Parameters:
pString a String to encode
Returns:
the encoded String
Exceptions:
DecoderException thrown if there is an error conidition during the Encoding process.

Implemented in org.apache.commons.codec.net.QuotedPrintableCodec.


The documentation for this interface was generated from the following file:
Generated on Mon Dec 4 11:03:33 2006 for OpenMobileIS by  doxygen 1.5.1-p1