Class StreamDataBinaryBase
java.lang.Object
com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
- All Implemented Interfaces:
RecordSet,Serializable
- Direct Known Subclasses:
StreamDataBinary,StreamDataMIME,StreamDataText
バイナリーストリームの基底クラスです。
- 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 TypeMethodDescriptionRecordを取得します。intRecord数を取得します。Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
byteValue, clean, convertToDefaultStrategy, doConvertToDefaultStrategy, getDataInputStream, getDataStringReader, getFieldDefinition, getStreamPropertyNames, getStreamVariable, getStreamVariableCount, getStreamVariableNames, getType, putStreamVariable, strValue, writeCheckpointFile
-
Constructor Details
-
StreamDataBinaryBase
public StreamDataBinaryBase()空のストリームを作成します。 -
StreamDataBinaryBase
public StreamDataBinaryBase(byte[] b) バイト列を元にストリームを作成します。
-
-
Method Details
-
getRecord
Description copied from interface:RecordSetRecordを取得します。- Throws:
StreamException
-
getRecordCount
Description copied from interface:RecordSetRecord数を取得します。- Throws:
StreamException
-