Uses of Enum
de.siegmar.fastcsv.writer.LineDelimiter
Packages that use LineDelimiter
-
Uses of LineDelimiter in de.siegmar.fastcsv.writer
Subclasses with type arguments of type LineDelimiter in de.siegmar.fastcsv.writerModifier and TypeClassDescriptionenumEnumeration for different line delimiters (LF, CR, CRLF, platform default).Methods in de.siegmar.fastcsv.writer that return LineDelimiterModifier and TypeMethodDescriptionstatic LineDelimiterBuild an enum based on the given string.static LineDelimiterReturns the enum constant of this type with the specified name.static LineDelimiter[]LineDelimiter.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.siegmar.fastcsv.writer with parameters of type LineDelimiterModifier and TypeMethodDescriptionCsvWriter.CsvWriterBuilder.lineDelimiter(LineDelimiter lineDelimiter) Sets the delimiter used to separate lines (default:LineDelimiter.CRLF).