Class StreamFactoryHTML
java.lang.Object
com.infoteria.asteria.flowlibrary2.stream.StreamFactory
com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText
com.infoteria.asteria.flowlibrary2.stream.StreamFactoryHTML
HTMLのストリームファクトリ。
StreamFactory#getTypeがStreamType.HTMLを返す場合このクラスにキャストできます。
StreamFactory#getTypeがStreamType.HTMLを返す場合このクラスにキャストできます。
-
Method Summary
Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText
add, create, create, doEquals, getEncoding, getLineFeed, setLineFeedMethods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamFactory
compare, create, create, createEmptyStream, equals, getFactoryOutputStream, getFieldDefinition, getInstance, getInstance, getType, initialize, setFieldDefinition, setNeedCheckpointParse, setProperties, terminate
-
Method Details
-
create
Description copied from class:StreamFactoryバイト列を基にストリームを作成します。
返り値のストリームにはストリームプロパティが適用されています。- Overrides:
createin classStreamFactoryText- Throws:
StreamException
-
create
Description copied from class:StreamFactoryCreate a StreamDataObject instance. If data is available from previous calls of "add" methods, the instance will be created using these data. Otherwise, an empty StreamDataObject instance will be returned. This method automatically callsStreamFactory.terminate()in the end. SeeStreamFactory.initialize()for more details.
返り値のストリームにはストリームプロパティが適用されています。- Overrides:
createin classStreamFactory- Returns:
- the new stream object
- Throws:
StreamException- in case of an exception
-
create
Description copied from class:StreamFactoryText文字列からストリームを作成します。
返り値のストリームにはストリームプロパティが適用されています。- Overrides:
createin classStreamFactoryText- Throws:
StreamException
-
create
Description copied from class:StreamFactoryTextバイト列とエンコーディングを指定してストリームを作成します。
encがnullの場合AutoDetectとなります。
返り値のストリームにはストリームプロパティが適用されています。- Overrides:
createin classStreamFactoryText- Throws:
StreamException
-