public class SpeciesCSVLineProcessor extends Object implements net.sf.csv4j.CSVLineProcessor
| Constructor and Description |
|---|
SpeciesCSVLineProcessor(String scope,
int suitableID,
int suitable2050ID,
int nativeID,
int native2050ID) |
| 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.CSVLineProcessorpublic void processDataLine(int arg0,
List<String> arg1)
processDataLine in interface net.sf.csv4j.CSVLineProcessorpublic void processHeaderLine(int arg0,
List<String> arg1)
processHeaderLine in interface net.sf.csv4j.CSVLineProcessorpublic long getCount()
Copyright © 2014. All Rights Reserved.