| Constructor and Description |
|---|
CSVOpenCSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
ICSVReader |
createReader(java.io.InputStream is,
CSVConfig importConfig)
Returns a new
ICSVReader that can be used to read data from the
InputStream in CSV format. |
ICSVWriter |
createWriter(java.io.OutputStream os,
CSVConfig importConfig)
Returns a new
ICSVWriter that can be used to write data to a new
OutputStream in CSV format. |
public ICSVReader createReader(java.io.InputStream is, CSVConfig importConfig) throws java.io.IOException
ICSVICSVReader that can be used to read data from the
InputStream in CSV format. The caller is responsible for calling
ICSVReader.close() on the writer.createReader in interface ICSVjava.io.IOExceptionpublic ICSVWriter createWriter(java.io.OutputStream os, CSVConfig importConfig) throws java.io.IOException
ICSVICSVWriter that can be used to write data to a new
OutputStream in CSV format. The caller is responsible for calling
ICSVWriter.close() on the writer.createWriter in interface ICSVjava.io.IOException