Uses of Interface
de.siegmar.fastcsv.writer.Writable
-
Packages that use Writable Package Description de.siegmar.fastcsv.writer FastCSV writer. -
-
Uses of Writable in de.siegmar.fastcsv.writer
Classes in de.siegmar.fastcsv.writer that implement Writable Modifier and Type Class Description (package private) class
FastBufferedWriter
High-performance buffered writer (without synchronization).(package private) class
UnbufferedWriter
Implementation ofWritable
that does not buffer any data but flushes the underlying writer at the end of each record if configured.Fields in de.siegmar.fastcsv.writer declared as Writable Modifier and Type Field Description private Writable
CsvWriter. writer
Methods in de.siegmar.fastcsv.writer with parameters of type Writable Modifier and Type Method Description private static void
CsvWriter. writeEscaped(Writable w, java.lang.String value, char quoteChar)
Constructors in de.siegmar.fastcsv.writer with parameters of type Writable Constructor Description CsvWriter(Writable writer, char fieldSeparator, char quoteCharacter, char commentCharacter, QuoteStrategy quoteStrategy, LineDelimiter lineDelimiter)
-