public class image_gif extends handler_base
| Constructor and Description |
|---|
image_gif() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent(javax.activation.DataSource ds) |
protected javax.activation.ActivationDataFlavor[] |
getDataFlavors()
Return an array of ActivationDataFlavors that we support.
|
void |
writeTo(Object obj,
String type,
OutputStream os)
Write the object to the output stream, using the specified MIME type.
|
getData, getTransferData, getTransferDataFlavorsprotected javax.activation.ActivationDataFlavor[] getDataFlavors()
handler_basegetDataFlavors in class handler_basepublic Object getContent(javax.activation.DataSource ds) throws IOException
IOExceptionpublic void writeTo(Object obj, String type, OutputStream os) throws IOException
IOExceptionCopyright © 2016 Oracle. All rights reserved.