public class TrimAndUnescapeCharConsumer extends UnescapeCharConsumer
escapeChar, separatorChar_currentIndex, _currentState, csvBuffer, ESCAPED, LAST_CHAR_WAS_CR, LAST_CHAR_WAS_SEPARATOR, NONE, TURN_OFF_LAST_CHAR_MASK| Constructor and Description |
|---|
TrimAndUnescapeCharConsumer(CharBuffer csvBuffer,
char separatorChar,
char escapeChar) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
newCell(int end,
CellConsumer cellConsumer) |
consumeAllBuffer, consumeToNextRow, unescapeendOfRow, finish, refillBufferpublic TrimAndUnescapeCharConsumer(CharBuffer csvBuffer, char separatorChar, char escapeChar)
protected void newCell(int end,
CellConsumer cellConsumer)
newCell in class UnescapeCharConsumerCopyright © 2016. All rights reserved.