public class ByteArrayDataSource extends ObjectSE implements DataSource
コンストラクターと説明 |
---|
ByteArrayDataSource(byte[] data, StringSE type) 指定されたバイト配列からのデータと指定された MIME 型を使用して ByteArrayDataSource を作成します。 |
ByteArrayDataSource(InputStreamSE is, StringSE type) 指定された InputStream からのデータと指定された MIME 型を使用して ByteArrayDataSource を作成します。 |
ByteArrayDataSource(StringSE data, StringSE type) 指定された文字列からのデータと指定された MIME 型を使用して ByteArrayDataSource を作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getContentType() データの MIME コンテンツ型を取得します。 |
InputStreamSE | getInputStream() データの InputStream を返します。 |
StringSE | getName() データの名前を取得します。 |
OutputStreamSE | getOutputStream() データの OutputStream を返します。 |
void | setName(StringSE name) データの名前を設定します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public ByteArrayDataSource(InputStreamSE is, StringSE type) throws IOExceptionSE
is
- InputStreamtype
- MIME 型 IOExceptionSE
- ストリームの読み取りエラー public ByteArrayDataSource(byte[] data, StringSE type)
data
- データ type
- MIME 型 public ByteArrayDataSource(StringSE data, StringSE type) throws IOExceptionSE
charset
パラメーターを含める必要があります。パラメーターが含まれていない場合は、デフォルトの文字セットが使用されます。data
- 文字列 type
- MIME 型 IOExceptionSE
- 文字列の読み取りエラー public InputStreamSE getInputStream() throws IOExceptionSE
DataSource
の getInputStream
IOExceptionSE
- データが設定されていない場合 public OutputStreamSE getOutputStream() throws IOExceptionSE
IOException
は常にスローされます。DataSource
の getOutputStream
IOExceptionSE
- 常時 public StringSE getContentType()
DataSource
の getContentType
public StringSE getName()
DataSource
の getName
public void setName(StringSE name)
name
- このデータの名前 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.