|
|||||||||
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
ストリームの基底クラスです。
Field Summary | |
static java.lang.String |
PROPERTY_FILEPATH
FilePathを表すストリーム変数のシンボル |
Method Summary | |
byte[] |
byteValue()
ストリームのバイナリ値を取得します。 |
void |
clean()
Clean all references and data in this instance. |
StreamDataObject |
convertToDefaultStrategy()
Convert this instance to use the default strategy and not use resources on server side. |
protected StreamDataObject |
doConvertToDefaultStrategy()
|
java.io.InputStream |
getDataInputStream()
Returns the stream's binary value as InputStream. |
java.io.Reader |
getDataStringReader()
Return's the stream's String value as Reader. |
FieldDefinition |
getFieldDefinition()
フィールド定義を取得します。 フィールド定義が存在しない場合はnullを返します。 |
java.util.Iterator |
getStreamPropertyNames()
|
Value |
getStreamVariable(java.lang.String name)
ストリーム変数を取得します。 |
int |
getStreamVariableCount()
設定されているストリーム変数の数を返します。 |
java.util.Iterator |
getStreamVariableNames()
ストリーム変数名のIteratorを返します。 |
int |
getType()
タイプを取得します。 |
void |
putStreamVariable(java.lang.String name,
Value value)
ストリーム変数を設定します。 |
java.lang.String |
strValue()
ストリームの文字列値を取得します。 |
void |
writeCheckpointFile(java.io.File targetFile)
Write stream data to specified file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.infoteria.asteria.flowlibrary2.stream.RecordSet |
getRecord, getRecordCount |
Field Detail |
public static final java.lang.String PROPERTY_FILEPATH
Method Detail |
public int getType()
public byte[] byteValue() throws StreamException
StreamException
- パースが発生し、それに失敗した場合public java.io.InputStream getDataInputStream() throws StreamException
public java.lang.String strValue() throws StreamException
StreamException
- パースが発生し、それに失敗した場合public java.io.Reader getDataStringReader() throws StreamException
public FieldDefinition getFieldDefinition()
public void putStreamVariable(java.lang.String name, Value value)
name
- 変数名value
- 値public Value getStreamVariable(java.lang.String name)
name
- 変数名public int getStreamVariableCount()
public java.util.Iterator getStreamVariableNames()
public java.util.Iterator getStreamPropertyNames()
public void writeCheckpointFile(java.io.File targetFile) throws StreamException, java.io.IOException
targetFile
- file to save stream toStreamException
- java.io.IOException
- public StreamDataObject convertToDefaultStrategy() throws StreamException
protected StreamDataObject doConvertToDefaultStrategy() throws StreamException
public void clean()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |