Package | Description |
---|---|
com.univocity.parsers.common.input | |
com.univocity.parsers.csv |
Modifier and Type | Class and Description |
---|---|
class |
ElasticCharAppender
A character appender that restores its internal buffer size after expanding to accommodate larger contents.
|
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 and Description |
---|---|
void |
DefaultCharAppender.append(DefaultCharAppender appender)
Appends the contents of another DefaultCharAppender, discarding any of its trailing whitespace characters
|
void |
ExpandingCharAppender.append(DefaultCharAppender appender) |
Modifier and Type | Field and Description |
---|---|
private DefaultCharAppender |
CsvParser.whitespaceAppender |