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(java.lang.String filename, java.nio.charset.Charset charset, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.
 int CSVFileProcessor.processFile(java.lang.String filename, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.
 int CSVStreamProcessor.processStream(java.io.InputStreamReader is, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.
 int CSVReaderProcessor.processStream(java.io.Reader filereader, CSVFieldMapProcessor processor)
          Processes the CSV file using the provided processor.