Interface BaseFileSectionParser

    • Method Detail

      • parseSection

        void parseSection​(BaseFileParser parser,
                          FlatFileParser ffp)
                   throws IOException
        Parse the current section. The current parse position is right after the section marker. If the section contains headers the FlatFileParser.parseHeaders() must be called. Use FlatFileParser.nextData() to parse data lines.
        Parameters:
        parser - The master BASEfile parser (can be used for reporting progress, checking for interrupts, etc.)
        ffp - The actual file parser, use this to get the data
        Throws:
        IOException - If there is a problem reading the data