public interface DataContentHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent(DataSource ds) |
Object |
getTransferData(DataFlavor df,
DataSource ds) |
DataFlavor[] |
getTransferDataFlavors() |
void |
writeTo(Object obj,
String mimeType,
OutputStream os) |
DataFlavor[] getTransferDataFlavors()
Object getTransferData(DataFlavor df, DataSource ds) throws UnsupportedFlavorException, IOException
Object getContent(DataSource ds) throws IOException
IOExceptionvoid writeTo(Object obj, String mimeType, OutputStream os) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.