Documentation of 'org.jfin.common.CSVReader' Java class
CSVReader
org.jfin.common

Class CSVReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable


    public class CSVReader
    extends java.io.BufferedReader
    Utility buffered reader with an extra method to return the tokens for each line.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CSVReader(java.io.Reader reader) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String[] nextCSVLine() 
      • Methods inherited from class java.io.BufferedReader

        close, lines, mark, markSupported, read, read, readLine, ready, reset, skip
      • Methods inherited from class java.io.Reader

        read, read
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSVReader

        public CSVReader(java.io.Reader reader)
    • Method Detail

      • nextCSVLine

        public java.lang.String[] nextCSVLine()
                                       throws java.io.IOException
        Throws:
        java.io.IOException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.