Uses of Class
com.univocity.parsers.fixed.Lookup
-
Packages that use Lookup Package Description com.univocity.parsers.fixed -
-
Uses of Lookup in com.univocity.parsers.fixed
Fields in com.univocity.parsers.fixed declared as Lookup Modifier and Type Field Description private Lookup[]FixedWidthParser. lookaheadFormatsprivate Lookup[]FixedWidthWriter. lookaheadFormatsprivate LookupFixedWidthParser. lookbehindFormatprivate LookupFixedWidthWriter. lookbehindFormatprivate Lookup[]FixedWidthParser. lookbehindFormatsprivate Lookup[]FixedWidthWriter. lookbehindFormatsprivate LookupFixedWidthParser. lookupFormatMethods in com.univocity.parsers.fixed that return Lookup Modifier and Type Method Description (package private) Lookup[]FixedWidthParserSettings. getLookaheadFormats()(package private) Lookup[]FixedWidthWriterSettings. getLookaheadFormats()(package private) Lookup[]FixedWidthParserSettings. getLookbehindFormats()(package private) Lookup[]FixedWidthWriterSettings. getLookbehindFormats()(package private) static Lookup[]Lookup. getLookupFormats(java.util.Map<java.lang.String,FixedWidthFields> map, FixedWidthFormat format)Methods in com.univocity.parsers.fixed with parameters of type Lookup Modifier and Type Method Description (package private) static intLookup. calculateMaxLookupLength(Lookup[]... lookupArrays)
-