Uses of Class
com.univocity.parsers.common.input.DefaultCharAppender
-
Packages that use DefaultCharAppender Package Description com.univocity.parsers.common.input com.univocity.parsers.csv -
-
Uses of DefaultCharAppender in com.univocity.parsers.common.input
Subclasses of DefaultCharAppender in com.univocity.parsers.common.input Modifier and Type Class Description class
ElasticCharAppender
A character appender that restores its internal buffer size after expanding to accommodate larger contents.class
ExpandingCharAppender
An implementationCharAppender
that expands the internal buffer of characters as required.class
WriterCharAppender
Extension of theDefaultCharAppender
class to include facilities for writing to an output.Methods in com.univocity.parsers.common.input with parameters of type DefaultCharAppender Modifier and Type Method Description void
DefaultCharAppender. append(DefaultCharAppender appender)
Appends the contents of another DefaultCharAppender, discarding any of its trailing whitespace charactersvoid
ExpandingCharAppender. append(DefaultCharAppender appender)
-
Uses of DefaultCharAppender in com.univocity.parsers.csv
Fields in com.univocity.parsers.csv declared as DefaultCharAppender Modifier and Type Field Description private DefaultCharAppender
CsvParser. whitespaceAppender
-