Uses of Enum
de.siegmar.fastcsv.reader.CommentStrategy
Packages that use CommentStrategy
-
Uses of CommentStrategy in de.siegmar.fastcsv.reader
Methods in de.siegmar.fastcsv.reader that return CommentStrategyModifier and TypeMethodDescriptionstatic CommentStrategyReturns the enum constant of this type with the specified name.static CommentStrategy[]CommentStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.siegmar.fastcsv.reader with parameters of type CommentStrategyModifier and TypeMethodDescriptionCsvReader.CsvReaderBuilder.commentStrategy(CommentStrategy commentStrategy) Sets the strategy that defines how (and if) commented lines should be handled (default:NONEas comments are not defined in RFC 4180).IndexedCsvReader.IndexedCsvReaderBuilder.commentStrategy(CommentStrategy commentStrategy) Sets the strategy that defines how (and if) commented lines should be handled (default:NONEas comments are not defined in RFC 4180).