Uses of Class
com.univocity.parsers.common.Format
Packages that use Format
Package
Description
-
Uses of Format in com.univocity.parsers.common
Classes in com.univocity.parsers.common with type parameters of type FormatModifier and TypeClassDescriptionclassCommonParserSettings<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.commonModifier and TypeClassDescription(package private) final classA concrete (dummy) implementation ofFormat.Fields in com.univocity.parsers.common declared as FormatMethods in com.univocity.parsers.common that return Format -
Uses of Format in com.univocity.parsers.common.input
Constructors in com.univocity.parsers.common.input with parameters of type FormatModifierConstructorDescriptionWriterCharAppender(int maxLength, 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 -
Uses of Format in com.univocity.parsers.fixed
Subclasses of Format in com.univocity.parsers.fixed -
Uses of Format in com.univocity.parsers.tsv
Subclasses of Format in com.univocity.parsers.tsvModifier and TypeClassDescriptionclassThe TSV format configuration, for tab-separated inputs.