public class UnescapeCellPreProcessor extends CellPreProcessor
| Constructor and Description |
|---|
UnescapeCellPreProcessor(char escapeChar,
char quoteChar) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignoreLeadingSpace() |
void |
newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer,
int state) |
public UnescapeCellPreProcessor(char escapeChar,
char quoteChar)
public final void newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer,
int state)
newCell in class CellPreProcessorpublic final boolean ignoreLeadingSpace()
ignoreLeadingSpace in class CellPreProcessorCopyright © 2020. All rights reserved.