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
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.ObjectgetContent(javax.activation.DataSource ds)voidwriteTo(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
getTransferData, getTransferDataFlavors 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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.IOExceptionWrite the object to the output stream, using the specified MIME type.- Throws:
 java.io.IOException
 
 - 
 
 -