Package com.sun.mail.handlers
Class text_plain
java.lang.Object
com.sun.mail.handlers.handler_base
com.sun.mail.handlers.text_plain
- All Implemented Interfaces:
DataContentHandler
DataContentHandler for text/plain.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContent
(DataSource ds) protected ActivationDataFlavor[]
Return an array of ActivationDataFlavors that we support.void
writeTo
(Object obj, String type, OutputStream os) Write the object to the output stream, using the specified MIME type.Methods inherited from class com.sun.mail.handlers.handler_base
getData, getTransferData, getTransferDataFlavors
-
Constructor Details
-
text_plain
public text_plain()
-
-
Method Details
-
getDataFlavors
Description copied from class:handler_base
Return an array of ActivationDataFlavors that we support. Usually there will be only one.- Specified by:
getDataFlavors
in classhandler_base
- Returns:
- array of ActivationDataFlavors that we support
-
getContent
- Throws:
IOException
-
writeTo
Write the object to the output stream, using the specified MIME type.- Throws:
IOException
-