public class ReaderCSVReader extends ReaderStringBase
| Constructor and Description |
|---|
ReaderCSVReader(au.com.bytecode.opencsv.CSVReader csvReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static String |
createLine(String[] cells) |
static String |
encodeCell(String cell) |
static String[] |
encodeCells(String[] cells) |
protected String |
nextString() |
readpublic ReaderCSVReader(au.com.bytecode.opencsv.CSVReader csvReader)
protected String nextString()
nextString in class ReaderStringBasepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2014. All rights reserved.