public class CellConsumerFixLengthToCheckConsumer extends Object implements org.simpleflatmapper.lightningcsv.parser.CellConsumer
| Constructor and Description |
|---|
CellConsumerFixLengthToCheckConsumer(int l,
org.simpleflatmapper.util.Consumer<String[]> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
endOfRow() |
void |
newCell(char[] chars,
int offset,
int length) |
public CellConsumerFixLengthToCheckConsumer(int l,
org.simpleflatmapper.util.Consumer<String[]> consumer)
public void newCell(char[] chars,
int offset,
int length)
newCell in interface org.simpleflatmapper.lightningcsv.parser.CellConsumerpublic boolean endOfRow()
endOfRow in interface org.simpleflatmapper.lightningcsv.parser.CellConsumerpublic void end()
end in interface org.simpleflatmapper.lightningcsv.parser.CellConsumerCopyright © 2018. All rights reserved.