class JISDataSource extends Object implements DataSource
コンストラクタと説明 |
---|
JISDataSource(String str) |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getContentType()
データの MIME タイプを文字列の形で返します。
|
InputStream |
getInputStream()
データを表す InputStream を返します。
|
String |
getName()
このオブジェクトの '名前' を返します。
|
OutputStream |
getOutputStream()
データが書込可能なら OutputStream を返します。
|
public JISDataSource(String str)
public String getContentType()
getContentType
インタフェース内 DataSource
public InputStream getInputStream() throws IOException
getInputStream
インタフェース内 DataSource
IOException
public OutputStream getOutputStream() throws IOException
getOutputStream
インタフェース内 DataSource
IOException
public String getName()
getName
インタフェース内 DataSource
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.