com.infoteria.asteria.flowlibrary2.stream
クラス StreamDataMIME
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataMIME
- すべての実装インタフェース:
- RecordSet, Serializable
- public class StreamDataMIME
- extends StreamDataBinaryBase
MIMEストリーム
- 関連項目:
- 直列化された形式
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_OPTION
public static final int DEFAULT_OPTION
TYPE_HTTP
public static final StreamDataMIME.Type TYPE_HTTP
- HTTPで使用されるMIMEを表すシンボル
TYPE_MIME
public static final StreamDataMIME.Type TYPE_MIME
- メールで使用されるMIMEを表すシンボル
StreamDataMIME
public StreamDataMIME()
- 空のストリームを作成します。
MIMEタイプはTYPE_HTTPになります。
StreamDataMIME
public StreamDataMIME(byte[] b)
- バイト列を元にストリームを作成します。
MIMEタイプはTYPE_HTTPになります。
StreamDataMIME
public StreamDataMIME(byte[] b,
StreamDataMIME.Type type)
- バイト列とMIMEタイプを指定してストリームを作成します。
strToMIMEType
public static StreamDataMIME.Type strToMIMEType(String str)
- 文字列からMIMEタイプを取得します。
getMIMEType
public StreamDataMIME.Type getMIMEType()
- MIMEタイプを取得します。
byteValue
public byte[] byteValue()
throws StreamException
- クラス
StreamDataBinaryBase の記述:
- ストリームのバイト表現。
- オーバーライド:
- クラス
StreamDataBinaryBase 内の byteValue
- クラス
com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase からコピーされたタグ:
- 例外:
StreamException - パースが発生し、それに失敗した場合
strValue
public String strValue()
throws StreamException
- クラス
StreamDataObject の記述:
- ストリームの文字列値を取得します。
- オーバーライド:
- クラス
StreamDataObject 内の strValue
- クラス
com.infoteria.asteria.flowlibrary2.stream.StreamDataObject からコピーされたタグ:
- 例外:
StreamException - パースが発生し、それに失敗した場合