All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.network.mail.base.MimeDecoder
- public interface MimeDecoder
This interface is implemented by the classes which
can decode MIME data using various algorithms.
The MIME encoding supported at present are "7-bit" and "base64".
- Author:
- Mohit M Sant
- See Also:
- MimeMap, Decodable
-
decode(InputStream, OutputStream)
- Decodes MIME content.
decode
public abstract void decode(InputStream in,
OutputStream out) throws Exception
- Decodes MIME content. Implemented by classes which provide decoding algorithms.
- Parameters:
- in - content to be decoded.
- out - decoded content.
- Throws: Exception
- if there is an error while decoding.
All Packages Class Hierarchy This Package Previous Next Index