public class StatefullCSVLineProcessor extends Object implements net.sf.csv4j.CSVLineProcessor
| Constructor and Description |
|---|
StatefullCSVLineProcessor(List<org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.Field> model,
org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.Resource tofillResource,
Long totalCount,
boolean[] fieldsmask) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
continueProcessing() |
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 void close()
Copyright © 2016. All Rights Reserved.