|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.fukurou.mail.JISDataSource
class JISDataSource
テキストの本文を送信するための DataSource です。 Windows-31J でバイトコードに変換した後、独自エンコードにて、 Shift-JIS ⇒ JIS 変換しています。
コンストラクタの概要 | |
---|---|
JISDataSource(String str)
|
メソッドの概要 | |
---|---|
String |
getContentType()
データの MIME タイプを文字列の形で返します。 |
InputStream |
getInputStream()
データを表す InputStream を返します。 |
String |
getName()
このオブジェクトの '名前' を返します。 |
OutputStream |
getOutputStream()
データが書込可能なら OutputStream を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JISDataSource(String str)
メソッドの詳細 |
---|
public String getContentType()
DataSource
内の getContentType
public InputStream getInputStream() throws IOException
DataSource
内の getInputStream
IOException
public OutputStream getOutputStream() throws IOException
DataSource
内の getOutputStream
IOException
public String getName()
DataSource
内の getName
|
openGion 5.0.0.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |