Package nablarch.common.databind.csv
Class CsvDataWriter
java.lang.Object
nablarch.common.databind.csv.CsvDataWriter
- All Implemented Interfaces:
Closeable
,AutoCloseable
,DataWriter<Object[]>
CSVを出力するクラス。
-
Constructor Summary
ConstructorDescriptionCsvDataWriter
(BufferedWriter writer, CsvDataBindConfig config, String[] properties) 指定されたフォーマット定義を持つCsvLineFormatter
を生成する。 -
Method Summary
-
Constructor Details
-
CsvDataWriter
指定されたフォーマット定義を持つCsvLineFormatter
を生成する。- Parameters:
writer
- 出力リソースconfig
- フォーマット定義properties
- プロパティ名リスト
-
-
Method Details
-
write
Description copied from interface:DataWriter
データを書き込む。- Specified by:
write
in interfaceDataWriter<Object[]>
- Parameters:
data
- データ- Throws:
IOException
- データ書き込みに失敗した場合
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-