com.infoteria.asteria.flowlibrary2.stream
Class StreamFactoryHTML
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactory
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryHTML
- public class StreamFactoryHTML
- extends StreamFactoryText
HTMLのストリームファクトリ。
StreamFactory#getTypeがStreamType.HTMLを返す場合このクラスにキャストできます。
Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamFactory |
addProperty, compare, create, create, equals, getFieldDefinition, getInstance, getType, setFieldDefinition, setNeedCheckpointParse, setProperties |
create
public StreamDataObject create(byte[] b)
throws StreamException
- Description copied from class:
StreamFactory
- バイト列を基にストリームを作成します。
返り値のストリームにはストリームプロパティが適用されています。
- Overrides:
create
in class StreamFactoryText
create
public StreamDataObject create()
throws StreamException
- Description copied from class:
StreamFactoryText
- 空のストリームを作成します。
返り値のストリームにはストリームプロパティが適用されています。
- Overrides:
create
in class StreamFactoryText
create
public StreamDataObject create(String str)
throws StreamException
- Description copied from class:
StreamFactoryText
- 文字列からストリームを作成します。
返り値のストリームにはストリームプロパティが適用されています。
- Overrides:
create
in class StreamFactoryText
create
public StreamDataObject create(byte[] b,
String enc)
throws StreamException
- Description copied from class:
StreamFactoryText
- バイト列とエンコーディングを指定してストリームを作成します。
encがnullの場合AutoDetectとなります。
返り値のストリームにはストリームプロパティが適用されています。
- Overrides:
create
in class StreamFactoryText