|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
---|---|
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 | |
---|---|
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 ) |
Uses of Format in com.univocity.parsers.common.input |
---|
Constructors in com.univocity.parsers.common.input with parameters of type Format | |
---|---|
WriterCharAppender(int maxLength,
String emptyValue,
char padding,
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 basic Format specification for handling newlines
The padding character is defaulted to a whitespace character ' '. |
|
WriterCharAppender(int maxLength,
String emptyValue,
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 basic Format 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 | |
---|---|
class |
CsvFormat
The CSV format configuration. |
Uses of Format in com.univocity.parsers.fixed |
---|
Subclasses of Format in com.univocity.parsers.fixed | |
---|---|
class |
FixedWidthFormat
The Fixed-Width format configuration. |
Uses of Format in com.univocity.parsers.tsv |
---|
Subclasses of Format in com.univocity.parsers.tsv | |
---|---|
class |
TsvFormat
The TSV format configuration, for tab-separated inputs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |