Class UnescapeCellPreProcessor
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.CellPreProcessor
org.simpleflatmapper.lightningcsv.parser.UnescapeCellPreProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final void
newCell
(char[] chars, int start, int end, CellConsumer cellConsumer, int state)
-
Constructor Details
-
UnescapeCellPreProcessor
public UnescapeCellPreProcessor(char escapeChar, char quoteChar)
-
-
Method Details
-
newCell
- Specified by:
newCell
in classCellPreProcessor
-
ignoreLeadingSpace
public final boolean ignoreLeadingSpace()- Specified by:
ignoreLeadingSpace
in classCellPreProcessor
-