public final class ConfigurableCharConsumer extends CharConsumer
| Constructor and Description |
|---|
ConfigurableCharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isNotEscapeCharacter(char character) |
protected boolean |
isNotIgnoringLeadingSpace() |
protected boolean |
isSeparator(char character) |
protected void |
pushCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer) |
consumeAllBuffer, consumeToNextRow, finish, refillBuffer, shiftBufferToMarkpublic ConfigurableCharConsumer(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor)
protected final boolean isSeparator(char character)
isSeparator in class CharConsumerprotected final boolean isNotEscapeCharacter(char character)
isNotEscapeCharacter in class CharConsumerprotected void pushCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer)
pushCell in class CharConsumerprotected boolean isNotIgnoringLeadingSpace()
isNotIgnoringLeadingSpace in class CharConsumerCopyright © 2016. All rights reserved.