|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactory
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryCSV
CSVのストリームファクトリ。
StreamFactory#getTypeがStreamType.CSVを返す場合このクラスにキャストできます。
| メソッドの概要 | |
StreamDataObject |
create()
|
StreamDataObject |
create(byte[] b)
|
StreamDataObject |
create(byte[] b,
String enc)
|
StreamDataObject |
create(List list)
|
StreamDataObject |
create(String str)
|
int |
getEscapeMode()
EscapeModeプロパティの値を取得します。 |
int |
getNullQuoting()
NullQuotingプロパティの値を取得します。 |
int |
getOutputFieldName()
OutputFieldNameプロパティの値を取得します。 |
char |
getQuotedBy()
QuotedByプロパティの値を取得します。 |
int |
getQuoteTarget()
QuoteTargetプロパティの値を取得します。 |
char |
getSeparator()
Separatorプロパティの値を取得します。 |
int |
getStartRow()
StartRowプロパティの値を取得します。 |
boolean |
isOutputFieldName()
|
boolean |
isReadTrim()
ReadTrimプロパティの値を取得します。 |
void |
setupParser(com.infoteria.asteria.util.csv.CSVParser parser)
|
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText から継承したメソッド |
createEmptyStream, getEncoding, getLineFeed |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamFactory から継承したメソッド |
create, create, getFieldDefinition, getType, setProperties |
| クラス java.lang.Object から継承したメソッド |
clone, equals, 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 StreamDataObject create(List list)
throws StreamException
public char getSeparator()
public char getQuotedBy()
public int getStartRow()
public int getNullQuoting()
public int getQuoteTarget()
public int getOutputFieldName()
public int getEscapeMode()
public boolean isReadTrim()
public boolean isOutputFieldName()
public void setupParser(com.infoteria.asteria.util.csv.CSVParser parser)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||