public class IgnoreCellConsumer extends Object implements CellConsumer
| Modifier and Type | Field and Description |
|---|---|
static IgnoreCellConsumer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
endOfRow() |
void |
newCell(char[] chars,
int offset,
int length) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic static final IgnoreCellConsumer INSTANCE
public void newCell(char[] chars,
int offset,
int length)
newCell in interface CellConsumerpublic boolean endOfRow()
endOfRow in interface CellConsumerpublic void end()
end in interface CellConsumerCopyright © 2016. All rights reserved.