public class multipart_mixed extends handler_base
| Modifier and Type | Field and Description |
|---|---|
private static javax.activation.ActivationDataFlavor[] |
myDF |
| Constructor and Description |
|---|
multipart_mixed() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContent(javax.activation.DataSource ds)
Return the content.
|
protected javax.activation.ActivationDataFlavor[] |
getDataFlavors()
Return an array of ActivationDataFlavors that we support.
|
void |
writeTo(java.lang.Object obj,
java.lang.String mimeType,
java.io.OutputStream os)
Write the object to the output stream, using the specific MIME type.
|
getData, getTransferData, getTransferDataFlavorsprotected javax.activation.ActivationDataFlavor[] getDataFlavors()
handler_basegetDataFlavors in class handler_basepublic java.lang.Object getContent(javax.activation.DataSource ds)
throws java.io.IOException
java.io.IOExceptionpublic void writeTo(java.lang.Object obj,
java.lang.String mimeType,
java.io.OutputStream os)
throws java.io.IOException
java.io.IOException