JavaScript is disabled on your browser.
Skip navigation links
com.opencsv.bean.concurrent

Class SingleLineReader

    • Field Detail

      • csvReader

        protected final CSVReader csvReader
      • ignoreEmptyLines

        protected final boolean ignoreEmptyLines
      • line

        protected String[] line
        Stores the result of parsing a line of input.
    • Constructor Detail

      • SingleLineReader

        public SingleLineReader(CSVReader csvReader,
         boolean ignoreEmptyLines)
        The only constructor.
        Parameters:
        csvReader - The CSVReader for reading the input
        ignoreEmptyLines - Whether blank lines of input should be ignored
    • Method Detail

      • getLinesRead

        public long getLinesRead()
        Returns:
        The number of lines read from the input this far
      • getLine

        public String[] getLine()
        Returns a copy of the last line read by readNextLine().
        Returns:
        A new array with the last line read
Skip navigation links

Copyright © 2005–2025. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /