org.apache.commons.codec
public interface StringEncoder extends Encoder
Version: $Id: StringEncoder.java 130304 2004-02-29 04:08:31Z tobrien $
Method Summary | |
---|---|
String | encode(String pString)
Encodes a String and returns a String.
|
Parameters: pString a String to encode
Returns: the encoded String
Throws: EncoderException thrown if there is an error conidition during the Encoding process.