Class StreamDataHTML
java.lang.Object
com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
com.infoteria.asteria.flowlibrary2.stream.StreamDataText
com.infoteria.asteria.flowlibrary2.stream.StreamDataHTML
- All Implemented Interfaces:
RecordSet,Serializable
HTMLストリーム
- 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
ConstructorsConstructorDescription空のストリームを作成します。StreamDataHTML(byte[] b) バイト列を元にストリームを作成します。StreamDataHTML(byte[] b, String enc) バイト列とエンコーディングを元にストリームを作成します。StreamDataHTML(String str) 文字列からストリームを作成します。 -
Method Summary
Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataText
byteValue, byteValue, detectLineFeed, detectLineFeed, doConvertToDefaultStrategy, getDataInputStream, getEncoding, getLineFeed, getRecord, strValueMethods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
getRecordCountMethods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
clean, convertToDefaultStrategy, getDataInputStream, getDataStringReader, getFieldDefinition, getStreamPropertyNames, getStreamVariable, getStreamVariableCount, getStreamVariableNames, getType, putStreamVariable, writeCheckpointFile
-
Constructor Details
-
StreamDataHTML
public StreamDataHTML()空のストリームを作成します。 -
StreamDataHTML
文字列からストリームを作成します。 -
StreamDataHTML
public StreamDataHTML(byte[] b) バイト列を元にストリームを作成します。 -
StreamDataHTML
バイト列とエンコーディングを元にストリームを作成します。- Throws:
StreamException
-