Package com.sun.mail.handlers
Class image_gif
java.lang.Object
com.sun.mail.handlers.handler_base
com.sun.mail.handlers.image_gif
- All Implemented Interfaces:
javax.activation.DataContentHandler
- Direct Known Subclasses:
image_jpeg
DataContentHandler for image/gif.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContent(javax.activation.DataSource ds) voidwriteTo(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
getTransferData, getTransferDataFlavors
-
Constructor Details
-
image_gif
public image_gif()
-
-
Method Details
-
getContent
- Throws:
IOException
-
writeTo
Write the object to the output stream, using the specified MIME type.- Throws:
IOException
-