javax.activation
Interface DataContentHandler
public interface DataContentHandler
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 2006) $
getTransferDataFlavors
DataFlavor[] getTransferDataFlavors()
getTransferData
Object getTransferData(DataFlavor df,
DataSource ds)
throws UnsupportedFlavorException,
IOException
- Throws:
UnsupportedFlavorException
IOException
getContent
Object getContent(DataSource ds)
throws IOException
- Throws:
IOException
writeTo
void writeTo(Object obj,
String mimeType,
OutputStream os)
throws IOException
- Throws:
IOException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.