public interface CellWriter
| Modifier and Type | Method and 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 © 2017. All rights reserved.