This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.handlers
class multipart_mixed

com.sun.mail.handlers.multipart_mixed
All Implemented Interfaces:
DataContentHandler

public class multipart_mixed
extends Object
implements DataContentHandler


Constructor Summary

          
 
Method Summary
 Object

          Return the content.
 Object

          Return the Transfer Data of type DataFlavor from InputStream.
 DataFlavor[]

          Return the DataFlavors for this DataContentHandler.
 void
writeTo(Object obj, String mimeType, OutputStream os)

          Write the object to the output stream, using the specific MIME type.
 

Constructor Detail

multipart_mixed

public multipart_mixed()
Method Detail

getContent

public Object getContent(DataSource ds)
                  throws IOException
Return the content.

Parameters:
ds
Throws:
IOException

getTransferData

public Object getTransferData(DataFlavor df,
                              DataSource ds)
                       throws IOException
Return the Transfer Data of type DataFlavor from InputStream.

Parameters:
df - The DataFlavor
ds
Returns:
String object
Throws:
IOException

getTransferDataFlavors

public DataFlavor[] getTransferDataFlavors()
Return the DataFlavors for this DataContentHandler.

Returns:
The DataFlavors

writeTo

public void writeTo(Object obj,
                    String mimeType,
                    OutputStream os)
             throws IOException
Write the object to the output stream, using the specific MIME type.

Parameters:
obj
mimeType
os
Throws:
IOException


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.