|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infoteria.asteria.flowlibrary2.stream.StreamDataObject | +--com.infoteria.asteria.flowlibrary2.stream.StreamDataRecord
Recordストリーム
Fields inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject |
PROPERTY_FILEPATH |
Method Summary | |
byte[] |
byteValue()
ストリームのバイト表現。 Recordストリームのバイナリ値は定型のXMLとなります。 |
abstract Record |
getRecord()
|
abstract int |
getRecordCount()
|
java.lang.String |
strValue()
ストリームの文字列表現。 Recordストリームの文字列値はバイナリ値をString化したものです。 |
Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject |
clean, convertToDefaultStrategy, doConvertToDefaultStrategy, getDataInputStream, getDataStringReader, getFieldDefinition, getStreamPropertyNames, getStreamVariable, getStreamVariableCount, getStreamVariableNames, getType, putStreamVariable, writeCheckpointFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public abstract Record getRecord() throws StreamException
RecordSet
getRecord
in interface RecordSet
public abstract int getRecordCount() throws StreamException
RecordSet
getRecordCount
in interface RecordSet
public byte[] byteValue() throws StreamException
byteValue
in class StreamDataObject
StreamException
- パースが発生し、それに失敗した場合public java.lang.String strValue() throws StreamException
strValue
in class StreamDataObject
StreamException
- パースが発生し、それに失敗した場合
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |