Uses of Interface
net.sf.csv4j.CSVLineProcessor

Uses of CSVLineProcessor in net.sf.csv4j
 

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