Uses of Class
com.univocity.parsers.fixed.FixedWidthFormat
-
Packages that use FixedWidthFormat Package Description com.univocity.parsers.fixed -
-
Uses of FixedWidthFormat in com.univocity.parsers.fixed
Methods in com.univocity.parsers.fixed that return FixedWidthFormat Modifier and Type Method Description FixedWidthFormat
FixedWidthFormat. clone()
protected FixedWidthFormat
FixedWidthParserSettings. createDefaultFormat()
Returns the default FixedWidthFormat configured to handle Fixed-Width inputsprotected FixedWidthFormat
FixedWidthWriterSettings. createDefaultFormat()
Returns the default FixedWidthFormat configured to handle Fixed-Width outputsMethods in com.univocity.parsers.fixed with parameters of type FixedWidthFormat Modifier and Type Method Description (package private) char[]
FixedWidthFields. getFieldPaddings(FixedWidthFormat format)
(package private) static Lookup[]
Lookup. getLookupFormats(java.util.Map<java.lang.String,FixedWidthFields> map, FixedWidthFormat format)
Constructors in com.univocity.parsers.fixed with parameters of type FixedWidthFormat Constructor Description Lookup(java.lang.String value, FixedWidthFields config, FixedWidthFormat format)
-