Uses of Class
com.univocity.parsers.fixed.FixedWidthFormat
Packages that use FixedWidthFormat
-
Uses of FixedWidthFormat in com.univocity.parsers.fixed
Methods in com.univocity.parsers.fixed that return FixedWidthFormatModifier and TypeMethodDescriptionfinal FixedWidthFormatFixedWidthFormat.clone()protected FixedWidthFormatFixedWidthParserSettings.createDefaultFormat()Returns the default FixedWidthFormat configured to handle Fixed-Width inputsprotected FixedWidthFormatFixedWidthWriterSettings.createDefaultFormat()Returns the default FixedWidthFormat configured to handle Fixed-Width outputsMethods in com.univocity.parsers.fixed with parameters of type FixedWidthFormatModifier and TypeMethodDescription(package private) char[]FixedWidthFields.getFieldPaddings(FixedWidthFormat format) (package private) static Lookup[]Lookup.getLookupFormats(Map<String, FixedWidthFields> map, FixedWidthFormat format) Constructors in com.univocity.parsers.fixed with parameters of type FixedWidthFormatModifierConstructorDescription(package private)Lookup(String value, FixedWidthFields config, FixedWidthFormat format)