public class SpeciesCSVLineProcessor extends Object implements net.sf.csv4j.CSVLineProcessor
Constructor and Description |
---|
SpeciesCSVLineProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
continueProcessing() |
long |
getCount() |
void |
processDataLine(int arg0,
List<String> arg1) |
void |
processHeaderLine(int arg0,
List<String> arg1) |
public boolean continueProcessing()
continueProcessing
in interface net.sf.csv4j.CSVLineProcessor
public void processDataLine(int arg0, List<String> arg1)
processDataLine
in interface net.sf.csv4j.CSVLineProcessor
public void processHeaderLine(int arg0, List<String> arg1)
processHeaderLine
in interface net.sf.csv4j.CSVLineProcessor
public long getCount()
Copyright © 2015. All Rights Reserved.