Interface CellWriter
- All Known Implementing Classes:
CsvCellWriter
public interface CellWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidendOfRow(Appendable target) voidnextCell(Appendable target) voidwriteValue(char[] chars, int start, int end, Appendable appendable) voidwriteValue(CharSequence sequence, int start, int end, Appendable appendable) voidwriteValue(CharSequence sequence, Appendable appendable)
-
Method Details
-
writeValue
- Throws:
IOException
-
writeValue
void writeValue(CharSequence sequence, int start, int end, Appendable appendable) throws IOException - Throws:
IOException
-
writeValue
- Throws:
IOException
-
nextCell
- Throws:
IOException
-
endOfRow
- Throws:
IOException
-