Provides the highest level of abstraction for Decoders. This is the sister interface of {@link Encoder}. All Decoders implement this common generic interface.
Allows a user to pass a generic Object to any Decoder implementation in the codec package.
One of the two interfaces at the center of the codec package.
@author Apache Software Foundation @version $Id: Decoder.java,v 1.1.2.1 2007/01/09 18:59:14 alexsmirnov Exp $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|