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 classExpandingCharAppenderAn implementationCharAppenderthat expands the internal buffer of characters as required.classWriterCharAppenderExtension of theDefaultCharAppenderclass 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 voidDefaultCharAppender. append(DefaultCharAppender appender)Appends the contents of another DefaultCharAppender, discarding any of its trailing whitespace charactersvoidExpandingCharAppender. 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 DefaultCharAppenderCsvParser. whitespaceAppender
-