Package com.sun.mail.handlers
Class message_rfc822
java.lang.Object
com.sun.mail.handlers.handler_base
com.sun.mail.handlers.message_rfc822
- All Implemented Interfaces:
javax.activation.DataContentHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContent(javax.activation.DataSource ds) Return the content.voidwriteTo(Object obj, String mimeType, OutputStream os) Write the object as a byte stream.Methods inherited from class com.sun.mail.handlers.handler_base
getTransferData, getTransferDataFlavors
-
Constructor Details
-
message_rfc822
public message_rfc822()
-
-
Method Details
-
getContent
Return the content.- Throws:
IOException
-
writeTo
Write the object as a byte stream.- Throws:
IOException
-