Uses of Enum
de.siegmar.fastcsv.reader.CommentStrategy
Packages that use CommentStrategy
-
Uses of CommentStrategy in de.siegmar.fastcsv.reader
Subclasses with type arguments of type CommentStrategy in de.siegmar.fastcsv.readerModifier and TypeClassDescriptionenumThis is an enumeration that defines the strategies for handling comments in CSV data that does not conform to RFC.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:CommentStrategy.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:CommentStrategy.NONEas comments are not defined in RFC 4180).