Uses of Class
au.com.bytecode.opencsv.CSVReader

Packages that use CSVReader
au.com.bytecode.opencsv.bean A simple bean binding interface for use with opencsv. 
 

Uses of CSVReader in au.com.bytecode.opencsv.bean
 

Methods in au.com.bytecode.opencsv.bean with parameters of type CSVReader
 void ColumnPositionMappingStrategy.captureHeader(CSVReader reader)
           
 void HeaderColumnNameMappingStrategy.captureHeader(CSVReader reader)
           
 void MappingStrategy.captureHeader(CSVReader reader)
          Implemention of this method can grab the header line before parsing begins to use to map columns to bean properties.