Uses of Class
com.univocity.parsers.common.input.DefaultCharAppender
-
Packages that use DefaultCharAppender Package Description com.univocity.parsers.common.input -
-
Uses of DefaultCharAppender in com.univocity.parsers.common.input
Subclasses of DefaultCharAppender in com.univocity.parsers.common.input Modifier and Type Class Description classElasticCharAppenderA character appender that restores its internal buffer size after expanding to accommodate larger contents.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)
-