Class CellConsumerFixLengthToCheckConsumer
java.lang.Object
org.simpleflatmapper.lightningcsv.impl.CellConsumerFixLengthToCheckConsumer
- All Implemented Interfaces:
CellConsumer
-
Constructor Summary
ConstructorsConstructorDescriptionCellConsumerFixLengthToCheckConsumer
(int l, org.simpleflatmapper.util.Consumer<String[]> consumer) -
Method Summary
-
Constructor Details
-
CellConsumerFixLengthToCheckConsumer
public CellConsumerFixLengthToCheckConsumer(int l, org.simpleflatmapper.util.Consumer<String[]> consumer)
-
-
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
-