Uses of Interface
org.csveed.api.Row
Package
Description
The main interface of interaction with CSVeed for a developer.
The package responsible for converting Rows to Beans.
The package responsible for converting a group of tokens into Header and Rows.
-
Uses of Row in org.csveed.api
Modifier and TypeMethodDescriptionCsvClient.readRow()
Reads a single row from the file and returns this.CsvClientImpl.readRow()
Writes a single row (consisting of String cells) to the table.Modifier and TypeMethodDescriptionCsvClient.readRows()
Reads all rows from the file and returns them as a List.CsvClientImpl.readRows()
Modifier and TypeMethodDescriptionvoid
Writes a single row to the table.void
Modifier and TypeMethodDescriptionvoid
CsvClient.writeRows
(Collection<Row> rows) Writes a collection of rows to the table.void
CsvClientImpl.writeRows
(Collection<Row> rows) -
Uses of Row in org.csveed.bean
-
Uses of Row in org.csveed.row
Modifier and TypeMethodDescriptionRowReader.readRow()
Reads a single row from the file and returns this.RowReaderImpl.readRow()
Writes the cells of a table row as an individual row.Modifier and TypeMethodDescriptionRowReader.readRows()
Reads all rows from the file and returns them as a List.RowReaderImpl.readRows()
Modifier and TypeMethodDescriptionvoid
Writes a single row to the Writer.void
Modifier and TypeMethodDescriptionvoid
RowWriter.writeRows
(Collection<Row> rows) Writes multiples rows to the table.void
RowWriterImpl.writeRows
(Collection<Row> rows)