Uses of Interface
net.sf.csv4j.CSVFieldMapProcessor

Uses of CSVFieldMapProcessor in net.sf.csv4j
 

Methods in net.sf.csv4j with parameters of type CSVFieldMapProcessor
 int CSVFileReaderProcessor.processFile(String filename, Charset charset, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.
 int CSVFileProcessor.processFile(String filename, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.
 int CSVStreamProcessor.processStream(InputStreamReader is, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.
 int CSVReaderProcessor.processStream(Reader filereader, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.
 



Copyright © 2013. All Rights Reserved.