javax.activation
接口 DataSource

所有已知子接口:
MultipartDataSource
所有已知实现类:
ByteArrayDataSource, FileDataSource, IMAPMultipartDataSource, MimePartDataSource, URLDataSource

public interface DataSource

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

方法摘要
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 OutputStream getOutputStream()
           
 

方法详细信息

getInputStream

InputStream getInputStream()
                           throws IOException
抛出:
IOException

getOutputStream

OutputStream getOutputStream()
                             throws IOException
抛出:
IOException

getContentType

String getContentType()

getName

String getName()


Copyright © 2013. All Rights Reserved.