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 classCommonParserSettings<F extends Format>This is the parent class for all configuration classes used by parsers (AbstractParser)classCommonSettings<F extends Format>This is the parent class for all configuration classes used by parsers (AbstractParser) and writers (AbstractWriter)classCommonWriterSettings<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) classDummyFormatA concrete (dummy) implementation ofFormat.Fields in com.univocity.parsers.common declared as Format Modifier and Type Field Description private FCommonSettings. formatMethods in com.univocity.parsers.common that return Format Modifier and Type Method Description protected FormatFormat. 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 basicFormatspecification 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 classCsvFormatThe CSV format configuration. -
Uses of Format in com.univocity.parsers.fixed
Subclasses of Format in com.univocity.parsers.fixed Modifier and Type Class Description classFixedWidthFormatThe 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 classTsvFormatThe TSV format configuration, for tab-separated inputs.
-