Uses of Package
de.siegmar.fastcsv.writer
Packages that use de.siegmar.fastcsv.writer
-
Classes in de.siegmar.fastcsv.writer used by de.siegmar.fastcsv.writerClassDescriptionThis is the main class for writing CSV data.This builder is used to create configured instances of
CsvWriter
.This class is used to write a record field by field.Enumeration for different line delimiters (LF, CR, CRLF, platform default).A quote strategy is used to decide whether to quote fields if quoting is optional (as per RFC 4180).This interface extends the basic functionality provided byWriter
with the addition of theendRecord()
method.