Uses of Class
com.univocity.parsers.common.input.DefaultCharAppender
Packages that use DefaultCharAppender
-
Uses of DefaultCharAppender in com.univocity.parsers.common.input
Subclasses of DefaultCharAppender in com.univocity.parsers.common.inputModifier and TypeClassDescriptionclass
A character appender that restores its internal buffer size after expanding to accommodate larger contents.class
An implementationCharAppender
that expands the internal buffer of characters as required.class
Extension of theDefaultCharAppender
class to include facilities for writing to an output.Methods in com.univocity.parsers.common.input with parameters of type DefaultCharAppenderModifier and TypeMethodDescriptionvoid
DefaultCharAppender.append
(DefaultCharAppender appender) Appends the contents of another DefaultCharAppender, discarding any of its trailing whitespace charactersfinal void
ExpandingCharAppender.append
(DefaultCharAppender appender) -
Uses of DefaultCharAppender in com.univocity.parsers.csv
Fields in com.univocity.parsers.csv declared as DefaultCharAppender