Package com.sun.mail.handlers
Class image_jpeg
- java.lang.Object
-
- com.sun.mail.handlers.handler_base
-
- com.sun.mail.handlers.image_gif
-
- com.sun.mail.handlers.image_jpeg
-
- All Implemented Interfaces:
DataContentHandler
public class image_jpeg extends image_gif
DataContentHandler for image/jpeg.
-
-
Field Summary
Fields Modifier and Type Field Description private static ActivationDataFlavor[]
myDF
-
Constructor Summary
Constructors Constructor Description image_jpeg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActivationDataFlavor[]
getDataFlavors()
Return an array of ActivationDataFlavors that we support.-
Methods inherited from class com.sun.mail.handlers.image_gif
getContent, writeTo
-
Methods inherited from class com.sun.mail.handlers.handler_base
getData, getTransferData, getTransferDataFlavors
-
-
-
-
Field Detail
-
myDF
private static ActivationDataFlavor[] myDF
-
-
Method Detail
-
getDataFlavors
protected ActivationDataFlavor[] getDataFlavors()
Description copied from class:handler_base
Return an array of ActivationDataFlavors that we support. Usually there will be only one.- Overrides:
getDataFlavors
in classimage_gif
- Returns:
- array of ActivationDataFlavors that we support
-
-