Class FlatFileParser.Line

    • Method Detail

      • lineNo

        public int lineNo()
        The line number of this line in the input stream.
        Returns:
        The line number
      • line

        public String line()
        The entire line as it was read from the input stream.
        Returns:
        A string
      • name

        public String name()
        The name of the header if the line is a header line.
        Returns:
        The name of the header, or null if it isn't a header line
      • value

        public String value()
        The value of the header if the line is a header line.
        Returns:
        The value of the header, or null if it isn't a header line