|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataContainer
ストリームコンテナ
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamDataObject から継承したフィールド |
PROPERTY_FILEPATH |
| コンストラクタの概要 | |
StreamDataContainer(int type)
ストリームタイプを指定してストリームコンテナを作成します。 |
|
| メソッドの概要 | |
void |
addStream(StreamDataObject stream)
ストリームコンテナにストリームを追加します。 |
byte[] |
byteValue()
ストリームのバイト表現。 |
FieldDefinition |
getFieldDefinition()
|
Record |
getRecord()
Recordを取得します。 |
int |
getRecordCount()
Record数を取得します。 |
StreamDataObject |
getStream(int index)
index番目のストリームを取得します。 |
int |
getStreamCount()
コンテナ中のストリーム数を返します。 |
Value |
getStreamProperty(String name,
int recordIndex)
recordIndexに対応するストリームのストリーム変数を取得します。 |
String |
strValue()
ストリームの文字列表現。 |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamDataObject から継承したメソッド |
getStreamPropertyNames, getStreamVariable, getStreamVariableNames, getType, putStreamVariable |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public StreamDataContainer(int type)
| メソッドの詳細 |
public FieldDefinition getFieldDefinition()
StreamDataObject の記述: StreamDataObject 内の getFieldDefinitionpublic void addStream(StreamDataObject stream)
public int getStreamCount()
public StreamDataObject getStream(int index)
public byte[] byteValue()
throws StreamException
StreamDataObject 内の byteValueStreamException - パースが発生し、それに失敗した場合
public String strValue()
throws StreamException
StreamDataObject 内の strValueStreamException - パースが発生し、それに失敗した場合
public Record getRecord()
throws StreamException
public int getRecordCount()
throws StreamException
public Value getStreamProperty(String name,
int recordIndex)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||