Interface StringEncoder
- All Superinterfaces:
Encoder
- All Known Implementing Classes:
AbstractCaverphone, BCodec, BeiderMorseEncoder, Caverphone, Caverphone1, Caverphone2, ColognePhonetic, DaitchMokotoffSoundex, DoubleMetaphone, MatchRatingApproachEncoder, Metaphone, Nysiis, QCodec, QuotedPrintableCodec, RefinedSoundex, Soundex, URLCodec
Defines common encoding methods for String encoders.
-
Method Summary
-
Method Details
-
encode
Encodes a String and returns a String.- Parameters:
source- the String to encode- Returns:
- the encoded String
- Throws:
EncoderException- thrown if there is an error condition during the encoding process.
-