javax.activation
Interface DataSource

All Known Implementing Classes:
FileDataSource, URLDataSource

public interface DataSource

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:22 $

Method Summary
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 OutputStream getOutputStream()
           
 

Method Detail

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Throws:
IOException

getContentType

public String getContentType()

getName

public String getName()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.