jp.sourceforge.csvparser
Class BasicCSVReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.FilterReader
          extended byjp.sourceforge.csvparser.CSVReader
              extended byjp.sourceforge.csvparser.BasicCSVReader

public class BasicCSVReader
extends CSVReader


Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
BasicCSVReader(java.io.Reader in, CSVParser parser)
           
 
Method Summary
protected  SingleRecordCSVHandler createSingleRecordCSVHandler()
           
 java.lang.String[] readRecord()
           
 
Methods inherited from class java.io.FilterReader
close, mark, markSupported, read, read, ready, reset, skip
 
Methods inherited from class java.io.Reader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCSVReader

public BasicCSVReader(java.io.Reader in,
                      CSVParser parser)
Method Detail

readRecord

public java.lang.String[] readRecord()
                              throws java.io.IOException
Specified by:
readRecord in class CSVReader
Throws:
java.io.IOException

createSingleRecordCSVHandler

protected SingleRecordCSVHandler createSingleRecordCSVHandler()


Copyright © 2005 UENO Shuhey. All Rights Reserved.