Package | Description |
---|---|
com.univocity.parsers.common.input |
Modifier and Type | Class | Description |
---|---|---|
class |
ExpandingCharAppender |
An implementation
CharAppender that expands the internal buffer of characters as required. |
class |
WriterCharAppender |
Extension of the
DefaultCharAppender class to include facilities for writing to an output. |
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultCharAppender.append(DefaultCharAppender appender) |
Appends the contents of another DefaultCharAppender, discarding any of its trailing whitespace characters
|
void |
ExpandingCharAppender.append(DefaultCharAppender appender) |