Package com.sun.mail.handlers
Class multipart_mixed
java.lang.Object
com.sun.mail.handlers.handler_base
com.sun.mail.handlers.multipart_mixed
- 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 to the output stream, using the specific MIME type.Methods inherited from class com.sun.mail.handlers.handler_base
getTransferData, getTransferDataFlavors
-
Constructor Details
-
multipart_mixed
public multipart_mixed()
-
-
Method Details
-
getContent
Return the content.- Throws:
IOException
-
writeTo
Write the object to the output stream, using the specific MIME type.- Throws:
IOException
-