Provides the highest level of abstraction for Decoders.
This is the sister interface of
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.9 2004/02/29 04:08:31 tobrien Exp $ |