Class Overview
DataContentHandler for image/jpeg.
Summary
|
[Expand]
Inherited Methods |
From class
com.google.code.com.sun.mail.handlers.image_gif
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.google.code.javax.activation.DataContentHandler
|
abstract
Object
|
getContent(DataSource ds)
Return an object representing the data in its most preferred form.
|
|
abstract
Object
|
getTransferData(DataFlavor df, DataSource ds)
Returns an object which represents the data to be transferred.
|
|
abstract
DataFlavor[]
|
getTransferDataFlavors()
Returns an array of DataFlavor objects indicating the flavors the
data can be provided in.
|
|
abstract
void
|
writeTo(Object obj, String mimeType, OutputStream os)
Convert the object to a byte stream of the specified MIME type
and write it to the output stream.
|
|
Fields
Public Constructors
Protected Methods