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
IOException
void writeTo(Object obj, String mimeType, OutputStream os) throws IOException
IOException
Copyright © 2014. All rights reserved.