|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.sun.mail.handlers.multipart_mixed
public class multipart_mixed
| 构造方法摘要 | |
|---|---|
multipart_mixed()
|
|
| 方法摘要 | |
|---|---|
Object |
getContent(DataSource ds)
Return the content. |
Object |
getTransferData(DataFlavor df,
DataSource ds)
Return the Transfer Data of type DataFlavor from InputStream. |
DataFlavor[] |
getTransferDataFlavors()
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. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public multipart_mixed()
| 方法详细信息 |
|---|
public DataFlavor[] getTransferDataFlavors()
DataContentHandler.
DataContentHandler 中的 getTransferDataFlavors
public Object getTransferData(DataFlavor df,
DataSource ds)
throws IOException
DataContentHandler 中的 getTransferDatadf - The DataFlavorins - The InputStream corresponding to the data
IOException
public Object getContent(DataSource ds)
throws IOException
DataContentHandler 中的 getContentIOException
public void writeTo(Object obj,
String mimeType,
OutputStream os)
throws IOException
DataContentHandler 中的 writeToIOException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||