public class InputSupplierCSVReader extends Object implements com.google.common.io.InputSupplier<au.com.bytecode.opencsv.CSVReader>
| Constructor and Description |
|---|
InputSupplierCSVReader(File file,
CsvParserConfig config) |
InputSupplierCSVReader(com.google.common.io.InputSupplier<? extends Reader> readerSupplier,
CsvParserConfig config) |
public InputSupplierCSVReader(File file, CsvParserConfig config)
public InputSupplierCSVReader(com.google.common.io.InputSupplier<? extends Reader> readerSupplier, CsvParserConfig config)
public au.com.bytecode.opencsv.CSVReader getInput()
throws IOException
getInput in interface com.google.common.io.InputSupplier<au.com.bytecode.opencsv.CSVReader>IOExceptionCopyright © 2014. All Rights Reserved.