public final class CharConsumer extends Object
| Constructor and Description |
|---|
CharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeAllBuffer(CellConsumer cellConsumer) |
boolean |
consumeToNextRow(CellConsumer cellConsumer) |
void |
finish(CellConsumer cellConsumer) |
boolean |
next() |
public CharConsumer(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor)
public final void consumeAllBuffer(CellConsumer cellConsumer)
public final boolean consumeToNextRow(CellConsumer cellConsumer)
public final void finish(CellConsumer cellConsumer)
public boolean next()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.