Uses of Interface
com.univocity.parsers.common.input.CharAppender
Packages that use CharAppender
Package
Description
-
Uses of CharAppender in com.univocity.parsers.common
Fields in com.univocity.parsers.common declared as CharAppenderModifier and TypeFieldDescriptionParserOutput.appender
The appender available to parsers for accumulating characters read from the input.private final CharAppender
ParserOutput.appenderInstance
private final CharAppender[]
ParserOutput.appenders
Stores (shared) references toCharAppender
for each potential column (as given byCommonSettings.getMaxColumns()
).Methods in com.univocity.parsers.common that return CharAppenderModifier and TypeMethodDescriptionprotected CharAppender
CommonParserSettings.newCharAppender()
Returns an instance of CharAppender with the configured limit of maximum characters per column and the default value used to represent a null value (when the String parsed from the input is empty) -
Uses of CharAppender in com.univocity.parsers.common.input
Classes in com.univocity.parsers.common.input that implement CharAppenderModifier and TypeClassDescriptionclass
Default implementation of theCharAppender
interfaceclass
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
An implementation ofCharAppender
that does nothing.class
Extension of theDefaultCharAppender
class to include facilities for writing to an output.Methods in com.univocity.parsers.common.input that return CharAppenderModifier and TypeMethodDescriptionstatic CharAppender
NoopCharAppender.getInstance()
Returns the singleton instance of NoopCharAppender -
Uses of CharAppender in com.univocity.parsers.csv
Methods in com.univocity.parsers.csv that return CharAppenderModifier and TypeMethodDescriptionprotected CharAppender
CsvParserSettings.newCharAppender()
Returns an instance of CharAppender with the configured limit of maximum characters per column and the default value used to represent an empty value (when the String parsed from the input, within quotes, is empty) -
Uses of CharAppender in com.univocity.parsers.fixed
Methods in com.univocity.parsers.fixed that return CharAppenderModifier and TypeMethodDescriptionprotected CharAppender
FixedWidthParserSettings.newCharAppender()
Returns an instance of CharAppender with the configured limit of maximum characters per column and, default value used to represent a null value (when the String parsed from the input is empty), and the padding character to handle unwritten positions