jp.sourceforge.csvparser
Class BasicCSVParser

java.lang.Object
  extended byjp.sourceforge.csvparser.BasicCSVParser
All Implemented Interfaces:
CSVParser

public class BasicCSVParser
extends java.lang.Object
implements CSVParser


Constructor Summary
BasicCSVParser()
           
BasicCSVParser(char delimiter)
           
 
Method Summary
 char getDelimiter()
           
 void parse(java.io.Reader reader, CSVHandler handler)
           
 void setDelimiter(char delimiter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCSVParser

public BasicCSVParser()

BasicCSVParser

public BasicCSVParser(char delimiter)
Method Detail

parse

public void parse(java.io.Reader reader,
                  CSVHandler handler)
           throws java.io.IOException
Specified by:
parse in interface CSVParser
Throws:
java.io.IOException

getDelimiter

public char getDelimiter()

setDelimiter

public void setDelimiter(char delimiter)


Copyright © 2005 UENO Shuhey. All Rights Reserved.