Package org.beanio.internal.parser.format.flat
Base parser implementation for flat stream formats (CSV, delimited and fixed length).
-
Interface Summary Interface Description FlatFieldFormat AFlatFieldFormat
is aFieldFormat
for flat stream formats (i.e. -
Class Summary Class Description FlatFieldFormatSupport Base class forFlatFieldFormat
implementations.