public final class StringArrayCellConsumerNoCopyFixedLength<RH extends org.simpleflatmapper.util.CheckedConsumer<? super String[]>> extends Object implements CellConsumer
| Constructor and Description |
|---|
StringArrayCellConsumerNoCopyFixedLength(RH handler,
int numberOfCells) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
endOfRow() |
RH |
handler() |
void |
newCell(char[] chars,
int offset,
int length) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic StringArrayCellConsumerNoCopyFixedLength(RH handler, int numberOfCells)
public void newCell(char[] chars,
int offset,
int length)
newCell in interface CellConsumerpublic boolean endOfRow()
endOfRow in interface CellConsumerpublic RH handler()
public void end()
end in interface CellConsumerCopyright © 2020. All rights reserved.