com.infoteria.asteria.flowlibrary2.stream
クラス StreamFactoryBinary

java.lang.Object
  |
  +--com.infoteria.asteria.flowlibrary2.stream.StreamFactory
        |
        +--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryBinary
直系の既知のサブクラス:
StreamFactoryMIME

public class StreamFactoryBinary
extends StreamFactory

Binaryのストリームファクトリ。
StreamFactory#getTypeがStreamType.BINARYを返す場合このクラスにキャストできます。


メソッドの概要
 StreamDataObject create()
          空のストリームを作成します。
 StreamDataObject create(byte[] b)
           
 
クラス com.infoteria.asteria.flowlibrary2.stream.StreamFactory から継承したメソッド
create, create, createEmptyStream, getFieldDefinition, getType, setProperties
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

create

public StreamDataObject create(byte[] b)
                        throws StreamException
クラス StreamFactory の記述:
バイト列を基にストリームを作成します。
返り値のストリームにはストリームプロパティが適用されています。
オーバーライド:
クラス StreamFactory 内の create

create

public StreamDataObject create()
                        throws StreamException
空のストリームを作成します。
返り値のストリームにはストリームプロパティが適用されています。