Class NullCellConsumer
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.NullCellConsumer
- All Implemented Interfaces:
CellConsumer
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
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
-