com.generationjava.io
Class CsvFieldReader
java.lang.Object
com.generationjava.io.CsvReader
com.generationjava.io.CsvFieldReader
- public class CsvFieldReader
- extends CsvReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvFieldReader
public CsvFieldReader(Reader reader)
loadHeaders
public void loadHeaders()
throws IOException
- Throws:
IOException
useHeaders
public void useHeaders(String[] headers)
readField
public String readField(String name)
throws IOException
- Throws:
IOException
nextBlock
public boolean nextBlock()
throws IOException
- Throws:
IOException
Copyright © 2002-2005 OSJava. All Rights Reserved.