| Provides the highest level of abstraction for Encoders.
This is the sister interface of
Decoder . Every implementation of
Encoder provides this common generic interface whic allows a user to pass a
generic Object to any Encoder implementation in the codec package.
author: Apache Software Foundation version: $Id: Encoder.java,v 1.10 2004/02/29 04:08:31 tobrien Exp $ |