public final class CsvCharConsumer extends CharConsumer
| Modifier and Type | Field and Description |
|---|---|
static char |
escapeChar |
static char |
separatorChar |
| Constructor and Description |
|---|
CsvCharConsumer(CharBuffer csvBuffer) |
| 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 static final char escapeChar
public static final char separatorChar
public CsvCharConsumer(CharBuffer csvBuffer)
protected final boolean isSeparator(char character)
isSeparator in class CharConsumerprotected final boolean isNotEscapeCharacter(char character)
isNotEscapeCharacter in class CharConsumerprotected final void pushCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer)
pushCell in class CharConsumerCopyright © 2016. All rights reserved.