public static final class YamlCellPreProcessor.YamlCellConsumer extends Object implements CellConsumer
| Constructor and Description |
|---|
YamlCellConsumer(CellConsumer rowDelegate,
CellConsumer commentDelegate,
CellPreProcessor rowCellPreProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
endOfRow() |
void |
newCell(char[] chars,
int offset,
int length) |
void |
newCell(char[] chars,
int start,
int end,
int state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic YamlCellConsumer(CellConsumer rowDelegate, CellConsumer commentDelegate, CellPreProcessor rowCellPreProcessor)
public void newCell(char[] chars,
int offset,
int length)
newCell in interface CellConsumerpublic void newCell(char[] chars,
int start,
int end,
int state)
public boolean endOfRow()
endOfRow in interface CellConsumerpublic void end()
end in interface CellConsumerCopyright © 2018. All rights reserved.