Class YamlCellPreProcessor.YamlCellConsumer
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.YamlCellPreProcessor.YamlCellConsumer
- All Implemented Interfaces:
CellConsumer
- Enclosing class:
YamlCellPreProcessor
public static final class YamlCellPreProcessor.YamlCellConsumer
extends Object
implements CellConsumer
-
Constructor Summary
ConstructorsConstructorDescriptionYamlCellConsumer
(CellConsumer rowDelegate, CellConsumer commentDelegate, CellPreProcessor rowCellPreProcessor) -
Method Summary
-
Constructor Details
-
YamlCellConsumer
public YamlCellConsumer(CellConsumer rowDelegate, CellConsumer commentDelegate, CellPreProcessor rowCellPreProcessor)
-
-
Method Details
-
newCell
public void newCell(char[] chars, int offset, int length) - Specified by:
newCell
in interfaceCellConsumer
-
newCell
public void newCell(char[] chars, int start, int end, int state) -
endOfRow
public boolean endOfRow()- Specified by:
endOfRow
in interfaceCellConsumer
-
end
public void end()- Specified by:
end
in interfaceCellConsumer
-