Class StringArrayCellConsumerNoCopyFixedLength<RH extends org.simpleflatmapper.util.CheckedConsumer<? super String[]>>
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.StringArrayCellConsumerNoCopyFixedLength<RH>
- All Implemented Interfaces:
CellConsumer
public final class StringArrayCellConsumerNoCopyFixedLength<RH extends org.simpleflatmapper.util.CheckedConsumer<? super String[]>>
extends Object
implements CellConsumer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringArrayCellConsumerNoCopyFixedLength
-
-
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
-
handler
-
end
public void end()- Specified by:
end
in interfaceCellConsumer
-