CsvCellWriterpublic interface CellWriter
| Modifier and Type | Method | Description |
|---|---|---|
void |
endOfRow(Appendable target) |
|
void |
nextCell(Appendable target) |
|
void |
writeValue(CharSequence sequence,
Appendable appendable) |
void writeValue(CharSequence sequence, Appendable appendable) throws IOException
IOExceptionvoid nextCell(Appendable target) throws IOException
IOExceptionvoid endOfRow(Appendable target) throws IOException
IOExceptionCopyright © 2018. All rights reserved.