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. lookaheadFormats
private Lookup[]
FixedWidthWriter. lookaheadFormats
private Lookup
FixedWidthParser. lookbehindFormat
private Lookup
FixedWidthWriter. lookbehindFormat
private Lookup[]
FixedWidthParser. lookbehindFormats
private Lookup[]
FixedWidthWriter. lookbehindFormats
private Lookup
FixedWidthParser. lookupFormat
Methods 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 int
Lookup. calculateMaxLookupLength(Lookup[]... lookupArrays)
-