CellConsumerpublic static final class YamlCellPreProcessor.CommentConsumer extends Object implements CellConsumer
| Constructor | Description |
|---|---|
CommentConsumer(org.simpleflatmapper.util.CheckedConsumer<String> delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
end() |
|
boolean |
endOfRow() |
|
void |
newCell(char[] chars,
int offset,
int length) |
ofpublic CommentConsumer(org.simpleflatmapper.util.CheckedConsumer<String> delegate)
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 © 2018. All rights reserved.