KickJava   Java API By Example, From Geeks To Geeks.

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

javax.activation
Interface DataSource

All Known Subinterfaces:
MultipartDataSource
All Known Implementing Classes:
FileDataSource, MimePartDataSource, URLDataSource
See Also:
Top Examples, Source Code

public String getContentType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputStream getInputStream()
                           throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public OutputStream getOutputStream()
                             throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags