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