public abstract class handler_base extends Object implements DataContentHandler
| Constructor and Description |
|---|
handler_base() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTransferData(DataFlavor df,
DataSource ds)
Return the Transfer Data of type DataFlavor from InputStream.
|
DataFlavor[] |
getTransferDataFlavors()
Return the DataFlavors for this
DataContentHandler. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContent, writeTopublic DataFlavor[] getTransferDataFlavors()
DataContentHandler.getTransferDataFlavors in interface DataContentHandlerpublic Object getTransferData(DataFlavor df, DataSource ds) throws IOException
getTransferData in interface DataContentHandlerdf - The DataFlavords - The DataSource corresponding to the dataIOException - for errors reading the dataCopyright © 2010 - 2020 Adobe. All Rights Reserved