public interface CsvWriterAppender
extends java.io.Closeable, java.io.Flushable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendField(java.lang.String value)
写入一个字段
|
void |
appendLine(java.lang.String[] values)
写入一行数据
|
void |
endLine()
当前行追加换行符
|
void appendField(java.lang.String value)
throws java.io.IOException
value - 一个字段java.io.IOException - if an I/O error occursvoid appendLine(java.lang.String[] values)
throws java.io.IOException
values - 一行数据java.io.IOException - if an I/O error occursvoid endLine()
throws java.io.IOException
java.io.IOException - if an I/O error occurs