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