org.apache.commons.codec
Interface StringEncoder
- Encoder
- BCodec, DoubleMetaphone, Metaphone, QCodec, QuotedPrintableCodec, RefinedSoundex, Soundex, URLCodec
public interface StringEncoder
Encodes a String into a String.
$Id: StringEncoder.java,v 1.9 2004/02/29 04:08:31 tobrien Exp $- Apache Software Foundation
String | encode(String pString) - Encodes a String and returns a String.
|
encode
public String encode(String pString)
throws EncoderException
Encodes a String and returns a String.
pString
- a String to encode
EncoderException
- thrown if there is
an error conidition during the Encoding process.
commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation