jp.sourceforge.csvparser
Class CSVReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.FilterReader
          extended byjp.sourceforge.csvparser.CSVReader
Direct Known Subclasses:
BasicCSVReader

public abstract class CSVReader
extends java.io.FilterReader


Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
protected CSVReader(java.io.Reader in)
           
 
Method Summary
abstract  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

CSVReader

protected CSVReader(java.io.Reader in)
Method Detail

readRecord

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


Copyright © 2005 UENO Shuhey. All Rights Reserved.