javax.activation
Interface DataSource

All Known Implementing Classes:
FileDataSource, URLDataSource

public interface DataSource

Version:
$Rev: 467742 $ $Date: 2011/05/07 04:32:39 $

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

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOutputStream

OutputStream getOutputStream()
                             throws IOException
Throws:
IOException

getContentType

String getContentType()

getName

String getName()


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.