|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactory
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryFixedString
FixedLengthのストリームファクトリ。
StreamFactory#getTypeがStreamType.FIXED_LENGTHを返す場合このクラスにキャストできます。
| メソッドの概要 | |
StreamDataObject |
create()
|
StreamDataObject |
create(byte[] b)
|
StreamDataObject |
create(byte[] b,
String enc)
|
StreamDataFixedString |
create(List list)
Listを基にストリームを作成します。 |
StreamDataObject |
create(String str)
|
StreamDataObject |
createEmptyStream()
"Encoding"パラメータを"utf-8"に設定した、空のFixedStringストリームを作成して返します。 |
protected boolean |
doEquals(StreamFactory sf)
|
int |
getPackedSign()
PackedSignプロパティ値を取得します |
int |
getPackedSignFormat()
PackedSignFormatプロパティ値を取得します |
int |
getRecordDelimiter()
RecordDelimiterプロパティの値を取得します。 |
int |
getRecordLength()
RecordLengthプロパティの値を取得します。 |
int |
getStartRow()
StartRowプロパティの値を取得します。 |
int |
getZonedSign()
ZonedSignプロパティ値を取得します |
int |
getZonedSignFormat()
ZonedSignFormatプロパティ値を取得します |
boolean |
isCountShiftCode()
CountShiftCodeプロパティ値を取得します |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText から継承したメソッド |
getEncoding, getLineFeed, setLineFeed |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamFactory から継承したメソッド |
addProperty, compare, create, create, equals, getFieldDefinition, getInstance, getType, setFieldDefinition, setProperties |
| クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
public StreamDataObject create(byte[] b)
throws StreamException
StreamFactory の記述: StreamFactoryText 内の create
public StreamDataObject create()
throws StreamException
StreamFactoryText の記述: StreamFactoryText 内の create
public StreamDataObject create(String str)
throws StreamException
StreamFactoryText の記述: StreamFactoryText 内の create
public StreamDataObject create(byte[] b,
String enc)
throws StreamException
StreamFactoryText の記述: StreamFactoryText 内の create
public StreamDataFixedString create(List list)
throws StreamException
public int getRecordDelimiter()
public int getRecordLength()
public int getStartRow()
public int getPackedSign()
public int getPackedSignFormat()
public int getZonedSign()
public int getZonedSignFormat()
public boolean isCountShiftCode()
public StreamDataObject createEmptyStream()
throws StreamException
StreamFactoryText 内の createEmptyStreamprotected boolean doEquals(StreamFactory sf)
StreamFactoryText 内の doEquals
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||