Class StreamDataBinary
java.lang.Object
com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
com.infoteria.asteria.flowlibrary2.stream.StreamDataBinary
- All Implemented Interfaces:
RecordSet,Serializable
バイナリーストリーム
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
StreamDataObject.StreamConversionException -
Field Summary
Fields inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
_streamStrategy, PROPERTY_FILEPATH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StreamDataObjectstrValue()ストリームの文字列表現。
StreamDataBinaryではバイト列の16進表記になります。Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
getRecord, getRecordCountMethods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
byteValue, clean, convertToDefaultStrategy, getDataInputStream, getDataStringReader, getFieldDefinition, getStreamPropertyNames, getStreamVariable, getStreamVariableCount, getStreamVariableNames, getType, putStreamVariable, writeCheckpointFile
-
Constructor Details
-
StreamDataBinary
public StreamDataBinary()空のストリームを作成します。 -
StreamDataBinary
public StreamDataBinary(byte[] b) バイト列を元にストリームを作成します。
-
-
Method Details
-
strValue
ストリームの文字列表現。
StreamDataBinaryではバイト列の16進表記になります。- Overrides:
strValuein classStreamDataObject- Throws:
StreamException- パースが発生し、それに失敗した場合
-
doConvertToDefaultStrategy
- Overrides:
doConvertToDefaultStrategyin classStreamDataObject- Throws:
StreamException
-