Inheritance diagram for org.apache.commons.codec.Encoder:
Definition at line 28 of file Encoder.java.
Public Member Functions | |
Object | encode (Object pObject) throws EncoderException |
Encodes an "Object" and returns the encoded content as an Object. |
|
Encodes an "Object" and returns the encoded content as an Object.
The Objects here may just be
Implemented in org.apache.commons.codec.binary.Base64, and org.apache.commons.codec.net.QuotedPrintableCodec. |