Class AbstractCharConsumer
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.AbstractCharConsumer
- Direct Known Subclasses:
ConfigurableCharConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CharBuffer
abstract void
consumeAllBuffer
(CellConsumer cellConsumer) abstract boolean
consumeToNextRow
(CellConsumer cellConsumer) abstract void
finish
(CellConsumer cellConsumer) abstract boolean
shiftAndRead
(boolean keepRow)
-
Constructor Details
-
AbstractCharConsumer
public AbstractCharConsumer()
-
-
Method Details
-
charBuffer
-
consumeAllBuffer
-
consumeToNextRow
-
finish
-
shiftAndRead
- Throws:
IOException
-