Uses of Class
com.univocity.parsers.common.Format
-
Packages that use Format Package Description com.univocity.parsers.common com.univocity.parsers.common.input com.univocity.parsers.csv com.univocity.parsers.fixed com.univocity.parsers.tsv -
-
Uses of Format in com.univocity.parsers.common
Classes in com.univocity.parsers.common with type parameters of type Format Modifier and Type Class Description class
CommonParserSettings<F extends Format>
This is the parent class for all configuration classes used by parsers (AbstractParser
)class
CommonSettings<F extends Format>
This is the parent class for all configuration classes used by parsers (AbstractParser
) and writers (AbstractWriter
)class
CommonWriterSettings<F extends Format>
This is the parent class for all configuration classes used by writers (AbstractWriter
)Subclasses of Format in com.univocity.parsers.common Modifier and Type Class Description (package private) class
DummyFormat
A concrete (dummy) implementation ofFormat
.Fields in com.univocity.parsers.common declared as Format Modifier and Type Field Description private F
CommonSettings. format
Methods in com.univocity.parsers.common that return Format Modifier and Type Method Description protected Format
Format. clone()
-
Uses of Format in com.univocity.parsers.common.input
Constructors in com.univocity.parsers.common.input with parameters of type Format Constructor Description WriterCharAppender(int maxLength, java.lang.String emptyValue, int whitespaceRangeStart, Format format)
Creates a WriterCharAppender with: a maximum limit of characters to append the default value to return when no characters have been accumulated. the basicFormat
specification for handling newlines The padding character is defaulted to a whitespace character ' '. -
Uses of Format in com.univocity.parsers.csv
Subclasses of Format in com.univocity.parsers.csv Modifier and Type Class Description class
CsvFormat
The CSV format configuration. -
Uses of Format in com.univocity.parsers.fixed
Subclasses of Format in com.univocity.parsers.fixed Modifier and Type Class Description class
FixedWidthFormat
The Fixed-Width format configuration. -
Uses of Format in com.univocity.parsers.tsv
Subclasses of Format in com.univocity.parsers.tsv Modifier and Type Class Description class
TsvFormat
The TSV format configuration, for tab-separated inputs.
-