public final class ConfigurableCharConsumer extends CharConsumer
| Constructor and Description |
|---|
ConfigurableCharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellTransformer cellTransformer) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isNotEscapeCharacter(char character) |
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, CellTransformer cellTransformer)
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 CharConsumerCopyright © 2016. All rights reserved.