File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656/**
5757 * <p>Provides the highest level of abstraction for Encoders.
58- * This is the sister interface of {@link Decoder}. All
59- * Encoder implement this common generic interface.</p>
60- *
61- * <p>Allows a user to pass a generic Object to any Encoder
62- * implementation in the codec package.</p>
63- *
64- * <p>One of the two interfaces at the center of the codec package.</p>
58+ * This is the sister interface of {@link Decoder}. Every implementation of
59+ * Encoder provides this common generic interface whic allows a user to pass a
60+ * generic Object to any Encoder implementation in the codec package.</p>
6561 *
6662 * @author Tim O'Brien
6763 * @author Gary Gregory
68- * @version $Id: Encoder.java,v 1.4 2003/08/14 07:40:17 ggregory Exp $
64+ * @version $Id: Encoder.java,v 1.5 2003/10/04 16:24:14 tobrien Exp $
6965 */
7066public interface Encoder {
7167
You can’t perform that action at this time.
0 commit comments