public class UnescapeCellPreProcessor extends CellPreProcessor
| Constructor | Description |
|---|---|
UnescapeCellPreProcessor(char escapeChar,
char quoteChar) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.