CsvCellWriterpublic interface CellWriter
| Modifier and Type | Method | Description |
|---|---|---|
void |
endOfRow(Appendable target) |
|
void |
nextCell(Appendable target) |
|
void |
writeValue(char[] chars,
int start,
int end,
Appendable appendable) |
|
void |
writeValue(CharSequence sequence,
int start,
int end,
Appendable appendable) |
|
void |
writeValue(CharSequence sequence,
Appendable appendable) |
void writeValue(CharSequence sequence, Appendable appendable) throws IOException
IOExceptionvoid writeValue(CharSequence sequence, int start, int end, Appendable appendable) throws IOException
IOExceptionvoid writeValue(char[] chars,
int start,
int end,
Appendable appendable)
throws IOException
IOExceptionvoid nextCell(Appendable target) throws IOException
IOExceptionvoid endOfRow(Appendable target) throws IOException
IOExceptionCopyright © 2019. All rights reserved.