KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > activation > DataContentHandler

javax.activation
Interface DataContentHandler

See Also:
Top Examples, Source Code

public Object getContent(DataSource ds)
                  throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getTransferData(DataFlavor df,
                              DataSource ds)
                       throws UnsupportedFlavorException,
                              IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DataFlavor[] getTransferDataFlavors()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeTo(Object obj,
                    String mimeType,
                    OutputStream os)
             throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags