| java.lang.Object | |
| ↳ | com.google.code.com.sun.mail.handlers.message_rfc822 |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ourDataFlavor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the content.
| |||||||||||
return the Transfer Data of type DataFlavor from InputStream
| |||||||||||
return the DataFlavors for this
DataContentHandler | |||||||||||
construct an object from a byte stream
(similar semantically to previous method, we are deciding
which one to support)
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.javax.activation.DataContentHandler
| |||||||||||
Return the content.
| ds | The DataSource representing the data to be converted. |
|---|
| IOException |
|---|
return the Transfer Data of type DataFlavor from InputStream
| df | The DataFlavor. |
|---|---|
| ds | The DataSource representing the data to be converted. |
| IOException |
|---|
return the DataFlavors for this DataContentHandler
construct an object from a byte stream (similar semantically to previous method, we are deciding which one to support)
| obj | The object to be converted. |
|---|---|
| mimeType | The requested MIME type of the resulting byte stream. |
| os | The output stream into which to write the converted byte stream. |
| IOException |
|---|