- 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
public class image_gif extends handler_base
DataContentHandler for image/gif.
-
-
Constructor Summary
Constructors Constructor Description image_gif()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getContent(javax.activation.DataSource ds)
protected javax.activation.ActivationDataFlavor[]
getDataFlavors()
Return an array of ActivationDataFlavors that we support.void
writeTo(java.lang.Object obj, java.lang.String type, java.io.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
-
-
-
-
Method Detail
-
getDataFlavors
protected javax.activation.ActivationDataFlavor[] 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
public java.lang.Object getContent(javax.activation.DataSource ds) throws java.io.IOException
- Throws:
java.io.IOException
-
writeTo
public void writeTo(java.lang.Object obj, java.lang.String type, java.io.OutputStream os) throws java.io.IOException
Write the object to the output stream, using the specified MIME type.- Throws:
java.io.IOException
-
-