Uses of Interface
org.apache.commons.codec.Encoder

Packages that use Encoder
org.apache.commons.codec   
org.apache.commons.codec.binary   
org.apache.commons.codec.language   
 

Uses of Encoder in org.apache.commons.codec
 

Subinterfaces of Encoder in org.apache.commons.codec
 interface BinaryEncoder
          A binary encoder contains methods common to all encoders for binary data.
 interface StringEncoder
          A StringEncoder is an encoder which expects a String as a method parameter and one that produces a String as the output of the Encoding process.
 

Uses of Encoder in org.apache.commons.codec.binary
 

Classes in org.apache.commons.codec.binary that implement Encoder
 class Base64
          This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
 

Uses of Encoder in org.apache.commons.codec.language
 

Classes in org.apache.commons.codec.language that implement Encoder
 class Metaphone
          A class to generate phonetic code.
 class RefinedSoundex
          Encodes a string into a soundex value.
 class Soundex
          Encodes a string into a refined soundex value.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.