public final class YamlCommentUnescapeContentCellConsumer extends Object implements CellConsumer
| Constructor and Description |
|---|
YamlCommentUnescapeContentCellConsumer(char escapeChar,
CellConsumer rowDelegate,
CellConsumer commentDelegate) |
| 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 YamlCommentUnescapeContentCellConsumer(char escapeChar,
CellConsumer rowDelegate,
CellConsumer commentDelegate)
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.